forked from ethereum/ERCs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EIP-1: formatting fixes and clarifications (#2236)
* EIP-1: make category field in EIP more clear * Better heading in README * EIP-2: fix typo in rendering * EIP-1: clarify that an EIP can move from the Abandoned status to the Draft status Also clarify that EIPs cannot move from the Rejected and Superseded states. * EIP-1: rename WIP status to Idea * EIP-1: change template formatting to fix markdown rendering With angle brackets markdown renders them as HTML tags sometimes (depending on the rendering engine). * EIP-1812: change copyright link to the correct CC0 link
- Loading branch information
Showing
5 changed files
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ title: <EIP title> | |
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <[email protected]>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)> | ||
discussions-to: <URL> | ||
status: Draft | ||
type: <Standards Track (Core, Networking, Interface, ERC) | Meta | Informational> | ||
type: <Standards Track | Meta | Informational> | ||
category (*only required for Standard Track): <Core | Networking | Interface | ERC> | ||
created: <date created on, in ISO 8601 (yyyy-mm-dd) format> | ||
requires (*optional): <EIP number(s)> | ||
|