@@ -24,7 +24,7 @@ address the evolving needs of the BIP process.
24
24
BIP 2 was written in 2016.
25
25
This BIP revisits aspects of the BIP 2 process
26
26
that did not achieve broad adoption, reduces the judgment calls assigned to the BIP Editor role, delineates the
27
- BIP types more clearly, and generalizes the BIP process to meet the community’s use of the repository.
27
+ BIP types more clearly, and generalizes the BIP process to fit the community’s use of the repository.
28
28
29
29
## Fundamentals
30
30
@@ -39,7 +39,7 @@ the Bitcoin protocol, peer-to-peer network, and client software may be acceptabl
39
39
BIPs are intended to be a means for proposing new protocol features, coordinating client standards, and
40
40
documenting design decisions that have gone into implementations. BIPs may be submitted by anyone.
41
41
42
- The scope of the BIP
42
+ The scope of the BIPs
43
43
repository is limited to BIPs that do not oppose the fundamental principle that Bitcoin constitutes a peer-to-peer
44
44
electronic cash system for the bitcoin currency.
45
45
@@ -48,7 +48,7 @@ electronic cash system for the bitcoin currency.
48
48
Each BIP is primarily owned by its authors and represents the authors’ opinion or recommendation. The authors are
49
49
expected to foster discussion, address feedback and dissenting opinions, and, if applicable, advance the adoption of
50
50
their proposal within the Bitcoin community. As a BIP progresses through the workflow, it becomes increasingly
51
- co-owned by the Bitcoin community.
51
+ co-owned by the Bitcoin community.
52
52
53
53
#### Authors and Deputies
54
54
@@ -158,7 +158,7 @@ appear in the following order. Headers marked with "\*" are optional. All other
158
158
* Version — The current version number of this BIP. See the [ Changelog] ( #changelog ) section below.
159
159
* Requires — A list of existing BIPs the new proposal depends on. If multiple BIPs
160
160
are required, they should be listed in one line separated by a comma and space (e.g., "1, 2").
161
- * Replaces[ ^ proposes-to-replace ] — BIP authors may place the numbers of one or more prior BIPs in the Replaces header to recommend that their
161
+ * Replaces[ ^ proposes-to-replace ] — BIP authors may put the numbers of one or more prior BIPs in the Replaces header to recommend that their
162
162
BIP succeeds, supersedes, or renders obsolete those prior BIPs.
163
163
* Proposed-Replacement[ ^ superseded-by-proposed-replacement ] — When a later BIP indicates that it intends to supersede an
164
164
existing BIP, the later BIP’s number is added to the Proposed-Replacement header of the existing BIP to indicate the
@@ -205,11 +205,11 @@ archive](https://gnusha.org/pi/bitcoindev/).
205
205
206
206
It is recommended that authors establish before or at the start of working on a draft whether their idea may be of
207
207
interest to the Bitcoin community.
208
- Vetting an idea publicly before investing time and effort to formally describe the idea is meant to save both the authors and
209
- the community time. Not only may someone point out relevant discussion topics that were missed in the authors’
208
+ Authors should avoid opening a pull request with a BIP draft out of the blue.
209
+ Vetting an idea publicly before investing time and effort to formally describe the idea is meant to save time for both the authors and
210
+ the community. Not only may someone point out relevant discussion topics that were missed in the authors’
210
211
research, or that an idea is guaranteed to be rejected based on prior discussions, but describing an idea publicly also
211
212
tests whether it is of interest to more people beside the authors.
212
- Authors should avoid opening a pull request with a BIP draft out of the blue.
213
213
214
214
As a first sketch of the proposal is taking shape, the authors should present it to the [ Bitcoin Development Mailing
215
215
List] ( https://groups.google.com/g/bitcoindev ) . This gives the authors a chance to collect initial feedback and address
@@ -446,7 +446,7 @@ In all cases, details of the licensing terms must be provided in the Copyright s
446
446
#### Not Acceptable Licenses
447
447
448
448
All licenses not explicitly included in the above lists are not acceptable terms for a Bitcoin Improvement Proposal.
449
- However, BIPs predating the acceptance of this BIP were allowed under other terms, and should use these abbreviations
449
+ However, BIPs predating this proposal were allowed under other terms, and should use these abbreviations
450
450
when no other license is granted:
451
451
452
452
* PD: Released into the public domain
@@ -712,7 +712,7 @@ feedback, and helpful comments.
712
712
header with the "Proposed-Replacement" header that lists any proposals that recommend replacing the original document.
713
713
[ ^ proposes-to-replace ] : ** Why was "Replaces" retained instead of changing it to "Proposes-to-Replace"?**
714
714
When one BIP proposes to supersede another, it is on the original BIP where things get complicated. The BIP is an
715
- author document, but depending on its progress through the Workflow , it may be meanwhile co-owned by community. Who may decide
715
+ author document, but depending on its progress through the workflow , it may meanwhile be co-owned by the community. Who may decide
716
716
whether the original document should endorse a potential replacement BIP? Is it the original authors, the authors of the new
717
717
proposal, the BIP Editors, some sort of community process, or a mix of all of the above?
718
718
On the new BIP these problems don’t exist in the same manner. As it is freshly written, it is wholly owned by its
0 commit comments