diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-24 04:48:06 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-24 06:27:08 +0000 |
commit | 0c203dcfb6399ae98a3e7619ead1ec899ee5f736 (patch) | |
tree | beae54c28e4283d57ddff894a4959a291b582d87 /bip-0002.mediawiki | |
parent | 44f85187fe06444d83d9a7250eedb66ebdb6bde2 (diff) |
bip-0002: Allow non-images in bip-XXXX subdirectory
Diffstat (limited to 'bip-0002.mediawiki')
-rw-r--r-- | bip-0002.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index 5455419..0cab460 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -175,7 +175,7 @@ BIPs may also have a Superseded-By header indicating that a BIP has been rendere ====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"). +BIPs may include auxiliary files such as diagrams. Auxiliary files should be included in a subdirectory for that BIP, or 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"). ==BIP types== |