summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2016-02-12 09:04:11 -0600
committerBryan Bishop <kanzure@gmail.com>2016-02-12 09:04:11 -0600
commitaa7719688c535803f47a860b1f400a91adeefcd4 (patch)
tree94c5c103dfccdf60e6a7190a8580ff8660561a70
parente51082150c8948aa08a5ebac998c581a81d1f0e4 (diff)
downloadbips-aa7719688c535803f47a860b1f400a91adeefcd4.tar.xz
BIP1: formatfix for auxiliary file subsection
-rw-r--r--bip-0001.mediawiki9
1 files changed, 5 insertions, 4 deletions
diff --git a/bip-0001.mediawiki b/bip-0001.mediawiki
index df4e3cd..44fbe8b 100644
--- a/bip-0001.mediawiki
+++ b/bip-0001.mediawiki
@@ -85,9 +85,9 @@ Each BIP should have the following parts:
==BIP Formats and Templates==
-BIPs should be written in mediawiki or markdown format. Image files should be included in a subdirectory for that BIP.
+BIPs should be written in mediawiki or markdown format.
-==BIP Header Preamble==
+===BIP Header Preamble===
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.
@@ -129,9 +129,10 @@ The Created header records the date that the BIP was assigned a number, while Po
BIPs may have a Requires header, indicating the BIP numbers that this BIP depends on.
BIPs may also have a Superseded-By header indicating that a BIP has been rendered obsolete by a later document; the value is the number of the BIP that replaces the current document. The newer BIP must have a Replaces header containing the number of the BIP that it rendered obsolete.
-Auxiliary Files
-BIPs may include auxiliary files such as diagrams. Such files must be named BIP-XXXX-Y.ext, where "XXXX" is the BIP number, "Y" is a serial number (starting at 1), and "ext" is replaced by the actual file extension (e.g. "png").
+===Auxiliary Files===
+
+BIPs may include auxiliary files such as diagrams. Image files should be included in a subdirectory for that BIP. Auxiliary files must be named BIP-XXXX-Y.ext, where "XXXX" is the BIP number, "Y" is a serial number (starting at 1), and "ext" is replaced by the actual file extension (e.g. "png").
==Transferring BIP Ownership==