Skip to content

Commit

Permalink
Update EIP-1: Add numbering guidelines
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
Pandapip1 authored Aug 27, 2023
1 parent 46f8d5b commit d12dfe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ EIPs should be written in [markdown](https://github.com/adam-p/markdown-here/wik

Each EIP must begin with an [RFC 822](https://www.ietf.org/rfc/rfc822.txt) style header preamble, preceded and followed by three hyphens (`---`). This header is also termed ["front matter" by Jekyll](https://jekyllrb.com/docs/front-matter/). The headers must appear in the following order.

`eip`: *EIP number* (this is determined by the EIP editor)
`eip`: *EIP number*

`title`: *The EIP title is a few words, not a complete sentence*

Expand Down Expand Up @@ -451,7 +451,7 @@ If the EIP isn't ready, the editor will send it back to the author for revision,

Once the EIP is ready for the repository, the EIP editor will:

- Assign an EIP number (generally the PR number, but the decision is with the editors)
- Assign an EIP number (generally incremental; editors can reassign if number sniping is suspected)
- Merge the corresponding [pull request](https://github.com/ethereum/EIPs/pulls)
- Send a message back to the EIP author with the next step.

Expand Down

0 comments on commit d12dfe4

Please sign in to comment.