summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-09-24 04:02:54 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-24 06:27:08 +0000
commit7027de2882c4788439ea7871c55cb6b11c4b416c (patch)
tree4d4cd74863f59ae9fd30400c30c7e86362f739e0
parentdb70f458c81946064f580061bb2c9dd0af13a425 (diff)
downloadbips-7027de2882c4788439ea7871c55cb6b11c4b416c.tar.xz
bip-0002: Expand on preamble headers for BIP/Title
-rw-r--r--bip-0002.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki
index 4fed039..632a112 100644
--- a/bip-0002.mediawiki
+++ b/bip-0002.mediawiki
@@ -116,7 +116,7 @@ BIPs should be written in mediawiki format.
Each BIP should have the following parts:
-* Preamble -- Headers containing metadata about the BIP ([[#Preamble|see below]]).
+* Preamble -- Headers containing metadata about the BIP ([[#BIP header preamble|see below]]).
* Abstract -- A short (~200 word) description of the technical issue being addressed.
@@ -137,8 +137,8 @@ Each BIP should have the following parts:
Each BIP must begin with an RFC 822 style header preamble. The headers must appear in the following order. Headers marked with "*" are optional and are described below. All other headers are required.
<pre>
- BIP: <BIP number>
- Title: <BIP title>
+ BIP: <BIP number, or "?" before being assigned>
+ Title: <BIP title; maximum 44 characters>
Author: <list of authors' real names and optionally, email addrs>
* Discussions-To: <email address>
Status: <Draft | Active | Accepted | Deferred | Rejected |