CEPs are proposals for improvements to the CasperLabs node, related crates or the surrounding ecosystem. Anyone is free to submit a CEP, but please read the following section on how to create a great proposal:
Any CEP starts out with an idea. Some ideas are small enough to be exhaustively discussed in a short Slack conversation before making it into a pull request, there is no need to create a CEP for these. However, after some initial vetting, discussion should be moved into the CEP format using the following process:
- Fork the CEP repo at casperlabs/ceps.
- Create a new branch for your CEP on your private repo, name it accordingly, e.g.
my-new-proposal
. - Copy the
0000-template.md
from the root totext/0000-my-new-proposal.md
. - Edit the file, creating the first draft of the CEP.
- Once the proposal is ready to be discussed, create a pull request to the CEP repo at casperlabs/ceps. This PR will have a number, which is the official CEP number.
- Add one commit immediately that updates the file name and links inside the CEP with the assigned number. Afterwards, add a "Rendered" link pointing to the branch-latest file via GitHub on your CEPs branch for easier reading (e.g.
https://github.com/yourgitusername/CEPs/blob/my-new-proposal/text/1234-my-new-proposal.md
)
CEPs were introduced using CEP0001.