summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-09-24 03:23:08 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-24 06:27:07 +0000
commitf1ed5afd1fa4e4ea12c81883947c45bb18aaeab2 (patch)
treefea0434b7091618961f5df0b675918cc52745c39
parent5a066ea8fa3053bc4c72cf55b49b2e428e1ef416 (diff)
downloadbips-f1ed5afd1fa4e4ea12c81883947c45bb18aaeab2.tar.xz
bip-0002: Revise for BIP 1 replacement
-rw-r--r--bip-0002.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki
index 7297bc0..3252d77 100644
--- a/bip-0002.mediawiki
+++ b/bip-0002.mediawiki
@@ -10,13 +10,13 @@
==Abstract==
-BIP stands for Bitcoin Improvement Proposal. A BIP is a design document providing information to the Bitcoin community, or describing a new feature for Bitcoin or its processes or environment. The BIP should provide a concise technical specification of the feature and a rationale for the feature.
+A Bitcoin Improvement Proposal (BIP) is a design document providing information to the Bitcoin community, or describing a new feature for Bitcoin or its processes or environment. The BIP should provide a concise technical specification of the feature and a rationale for the feature.
We intend BIPs to be the primary mechanisms for proposing new features, for collecting community input on an issue, and for documenting the design decisions that have gone into Bitcoin. The BIP author is responsible for building consensus within the community and documenting dissenting opinions.
Because the BIPs are maintained as text files in a versioned repository, their revision history is the historical record of the feature proposal.
-This BIP describes objective criteria that can be used to determine when a BIP Status should be changed, to ensure it is a reliable metric documenting actual usage of the proposal. It also adds a way for final comment on completed BIPs, by adding to them a reference to a wiki page and summary of the tone thereof. Finally, it extends the list of allowable BIP licenses to include many more popular options.
+This particular BIP replaces BIP 1 with a more well-defined and clear process.
==Copyright==