From 6366821e0270eadca23e1c9c913dfb17329b7234 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 21 May 2019 04:34:16 +0100 Subject: [PATCH] Mention that the header is also called "front matter" in EIP1 (#2037) --- EIPS/eip-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1.md b/EIPS/eip-1.md index 6596e6999d3cff..642965c0dab5ab 100644 --- a/EIPS/eip-1.md +++ b/EIPS/eip-1.md @@ -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:` (this is determined by the EIP editor)