1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

bip-0002: Expand on preamble headers for BIP/Title

This commit is contained in:
Luke Dashjr 2016-09-24 04:02:54 +00:00
parent db70f458c8
commit 7027de2882

View File

@ -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 |