1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-19 12:08:05 +00:00

bip-0002: Allow non-images in bip-XXXX subdirectory

This commit is contained in:
Luke Dashjr 2016-09-24 04:48:06 +00:00
parent 44f85187fe
commit 0c203dcfb6

View File

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