|
| 1 | +# Cerberus RFCs |
| 2 | + |
| 3 | +Proposals for improving the Cerberus specifications are handled through the RFC |
| 4 | +process. An RFC describes a problem with the protocol as it exists today and |
| 5 | +proposes a solution. |
| 6 | + |
| 7 | +Unlike IETF RFCs, Cerberus RFCs are non-normative, and primarily exist to record |
| 8 | +discussions leading to particular design decisions in the protocol, and to |
| 9 | +provide a starting point for deciding whether to adopt a proposal. |
| 10 | + |
| 11 | +## Creating an RFC |
| 12 | + |
| 13 | +Creating an RFC is done as follows: |
| 14 | +1. Pick a name for the RFC, say, "My Cool Proposal". |
| 15 | +2. Find the next RFC number in the sequence, say, 0284, and copy the template |
| 16 | + file into `0284-My_Cool_Proposal.md`. |
| 17 | +3. Fill out the template as described, except for the PR link. |
| 18 | +4. Open a PR to add your RFC to the repo, and modify the text to include the PR |
| 19 | + link (this is so that there is an easy way to find the discussion of the |
| 20 | + proposal for future readers of the proposal itself). |
| 21 | +5. Discuss! |
| 22 | + |
| 23 | +## Accepting and implementing an RFC |
| 24 | + |
| 25 | +An RFC is accepted when its PR is approved and merged by a specification owner. |
| 26 | +When and whether to accept an RFC is at the owners' discretion, but will usually |
| 27 | +occur after some discussion of the RFC has occured on the PR. |
| 28 | + |
| 29 | +After the RFC is merged, the author may *implement* it by submitting a PR making |
| 30 | +text modifications to the spec(s) relevant to the RFC; in principle, the only |
| 31 | +thing up for discussion at this point should be the precise wording of the |
| 32 | +change. |
| 33 | + |
| 34 | +The current RFC owners are: |
| 35 | +* bryankel |
| 36 | +* chweimer |
0 commit comments