Skip to content

Commit

Permalink
Mention that the header is also called "front matter" in EIP1 (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 21, 2019
1 parent 9531351 commit 6366821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-1.md
Expand Up @@ -93,7 +93,7 @@ Image files should be included in a subdirectory of the `assets` folder for that

## EIP Header Preamble

Each EIP must begin with an RFC 822 style header preamble, preceded and followed by three hyphens (`---`). The headers must appear in the following order. Headers marked with "*" are optional and are described below. All other headers are required.
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. Headers marked with "*" are optional and are described below. All other headers are required.

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

Expand Down

0 comments on commit 6366821

Please sign in to comment.