Skip to content

Commit fb68a79

Browse files
committed
Make several minor improvements
1 parent 2ecef94 commit fb68a79

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bip-0003.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ address the evolving needs of the BIP process.
2424
BIP 2 was written in 2016.
2525
This BIP revisits aspects of the BIP 2 process
2626
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.
2828

2929
## Fundamentals
3030

@@ -39,7 +39,7 @@ the Bitcoin protocol, peer-to-peer network, and client software may be acceptabl
3939
BIPs are intended to be a means for proposing new protocol features, coordinating client standards, and
4040
documenting design decisions that have gone into implementations. BIPs may be submitted by anyone.
4141

42-
The scope of the BIP
42+
The scope of the BIPs
4343
repository is limited to BIPs that do not oppose the fundamental principle that Bitcoin constitutes a peer-to-peer
4444
electronic cash system for the bitcoin currency.
4545

@@ -48,7 +48,7 @@ electronic cash system for the bitcoin currency.
4848
Each BIP is primarily owned by its authors and represents the authors’ opinion or recommendation. The authors are
4949
expected to foster discussion, address feedback and dissenting opinions, and, if applicable, advance the adoption of
5050
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.
5252

5353
#### Authors and Deputies
5454

@@ -158,7 +158,7 @@ appear in the following order. Headers marked with "\*" are optional. All other
158158
* Version — The current version number of this BIP. See the [Changelog](#changelog) section below.
159159
* Requires — A list of existing BIPs the new proposal depends on. If multiple BIPs
160160
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
162162
BIP succeeds, supersedes, or renders obsolete those prior BIPs.
163163
* Proposed-Replacement[^superseded-by-proposed-replacement] — When a later BIP indicates that it intends to supersede an
164164
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/).
205205

206206
It is recommended that authors establish before or at the start of working on a draft whether their idea may be of
207207
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’
210211
research, or that an idea is guaranteed to be rejected based on prior discussions, but describing an idea publicly also
211212
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.
213213

214214
As a first sketch of the proposal is taking shape, the authors should present it to the [Bitcoin Development Mailing
215215
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
446446
#### Not Acceptable Licenses
447447

448448
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
450450
when no other license is granted:
451451

452452
* PD: Released into the public domain
@@ -712,7 +712,7 @@ feedback, and helpful comments.
712712
header with the "Proposed-Replacement" header that lists any proposals that recommend replacing the original document.
713713
[^proposes-to-replace]: **Why was "Replaces" retained instead of changing it to "Proposes-to-Replace"?**
714714
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
716716
whether the original document should endorse a potential replacement BIP? Is it the original authors, the authors of the new
717717
proposal, the BIP Editors, some sort of community process, or a mix of all of the above?
718718
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

Comments
 (0)