33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
---
|
|
name: RFC Template
|
|
about: A design RFC for Zebra
|
|
title: ''
|
|
labels: C-design
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
This template is for design RFCs. The RFC process is documented in CONTRIBUTING.md
|
|
|
|
- [ ] Copy the fields from the text of your RFC below
|
|
- [ ] Leave the Design PR number blank, then fill it in *after* you create the PR (and the issue number is created)
|
|
- [ ] After creating the Design PR, take the next available RFC number (not conflicting with any lower-number RFCs) and name your RFC book/rfcs/XYZT-my-rfc.md).
|
|
- [ ] Leave the Zebra Issue number blank. *After* the RFC is merged, create an issue to track implementation of the RFC and edit the PR description for cross-referencing.
|
|
-->
|
|
|
|
Feature Name: `my_feature`
|
|
Start Date: YYYY-MM-DD
|
|
Design PR: [ZcashFoundation/zebra#0000](https://github.com/ZcashFoundation/zebra/pull/0000)
|
|
Zebra Issue: [ZcashFoundation/zebra#0000](https://github.com/ZcashFoundation/zebra/pull/0000)
|
|
|
|
<!--
|
|
Fill this in, replacing:
|
|
|
|
ZcashFoundation/zebra with username/repo (if not making the PR from the Zebra repo)
|
|
my-branch-name with the PR branch
|
|
XXXX-my-feature with the filename of the RFC
|
|
|
|
-->
|
|
[Rendered](https://github.com/ZcashFoundation/zebra/blob/my-branch-name/book/src/dev/rfcs/XXXX-my-feature.md).
|