diff --git a/rfcs/0000-Genesis_RFC.md b/rfcs/0000-Genesis_RFC.md index b568e76..f4b68b3 100644 --- a/rfcs/0000-Genesis_RFC.md +++ b/rfcs/0000-Genesis_RFC.md @@ -121,6 +121,17 @@ If the RFC being superseded was #1234 - SelfCare and the RFC superseding it was # THIS RFC HAS BEEN SUPERSEDED BY [#4321](./4321-Exponential_Backoff_SelfCare.md), AND IS ONLY PROVIDED FOR HISTORICAL PURPOSES! ``` +### Commits + +Commits must be prefixed with the RFC they are modifying, e.g. `RFC 0000`, and a short description of their purpose. +For example, if I were adding this section to this RFC, my commit would be: + +``` +RFC 0000: Add section on commits +``` + +You may provide a more detailed explanation in the commit description, however this should not be done for small changes. + ## Licensing RFCs, including this one, are licensed under [The Unlicense](https://unlicense.org) in both the proposal and frozen stage.