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

bip-0002: Be more specific on how additional comments forums can be specified

This commit is contained in:
Luke Dashjr 2016-02-05 00:22:05 +00:00
parent 8c50a8012e
commit 438bb6bbab

View File

@ -102,7 +102,7 @@ Some BIPs receive exposure outside the development community prior to completion
Pages must be named after the full BIP number (eg, "BIP 0001") and placed in the "BIP Comments" namespace. For example, the link for BIP 1 will be https://en.bitcoin.it/wiki/BIP_Comments:BIP_0001 .
In order to avoid possible abuse of Bitcoin Wiki moderation, BIPs may also choose to list a second forum for BIP comments.
In order to avoid possible abuse of Bitcoin Wiki moderation, BIPs may choose to list a second forum for BIP comments, in addition to the Bitcoin Wiki. In this case, the second forum's URI should be listed below the Bitcoin Wiki's URI.
Summary tones may be chosen from the following, but this BIP does not intend to cover all possible nuances:
@ -112,10 +112,11 @@ Summary tones may be chosen from the following, but this BIP does not intend to
* Mostly Recommended for implementation, with some Discouragement
* Mostly Discouraged for implementation, with some Recommendation
For example, the preamble to BIP 1 would be updated to include the (markup) line:
For example, the preamble to BIP 1 might be updated to include the line:
Comments-Summary: No comments yet.
Comments-URI: https://en.bitcoin.it/wiki/BIP_Comments:BIP_0001
https://some-other-wiki.org/BIP_1_Comments
To avoid doubt: comments and status are unrelated metrics to judge a BIP, and neither should be directly influencing the other.