EOS Enchancement Proposals (EEPs) describe standards for the EOSIO platform, including core protocol specifications, client APIs, and contract standards.
A browsable version of all current and draft EEPs can be found at eeos.io.
Your first PR should be a first draft of the final EEP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new EEP and assign it a number before merging it. Make sure you include a discussions-to
header with the URL to a discussion forum or open GitHub issue where people can discuss the EEP as a whole.
If your EEP requires images, the image files should be included in a subdirectory of the assets
folder for that EEP as follow: assets/eep-X
(for eep X). When linking to an image in the EEP, use relative links such as ../assets/eep-X/image.png
.
Once your first PR is merged, we have a bot that helps out by automatically merging PRs to draft EEPs. For this to work, it has to be able to tell that you own the draft being edited. Make sure that the 'author' line of your EEP contains either your GitHub username or your email address inside
When you believe your EEP is mature and ready to progress past the draft phase, you should do one of two things:
The canonical URL for an EEP that has achieved draft status at any point is at https://eeps.io/. For example, the canonical URL for EEP-165 is https:/eeps.io/EEPs/eep-165.