Skip to content

Commit 4b5a7ce

Browse files
author
MarcoFalke
committed
Merge #11003: Docs: Capitalize bullet points in CONTRIBUTING guide
13b1e9a Capitalize bullet points in CONTRIBUTING guide (Evan Klitzke) Pull request description: English grammar dictates that these bullet points should be capitalized. This also makes the capitalization style consistent with the rest of the document, e.g. the "Decision Making Process" section. Tree-SHA512: 59f5a8941180ff3862ba63d364c27fd83d2e144299a71b2e784d58f806e8a02d7951dcc80fcc7152d0c78c2d1f5a22db1236af7ea6b9abece8dbe93533e4b65c
2 parents 929fd72 + 13b1e9a commit 4b5a7ce

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ judge the general consensus of contributors.
170170

171171
In general, all pull requests must:
172172

173-
- have a clear use case, fix a demonstrable bug or serve the greater good of
173+
- Have a clear use case, fix a demonstrable bug or serve the greater good of
174174
the project (for example refactoring for modularisation);
175-
- be well peer reviewed;
176-
- have unit tests and functional tests where appropriate;
177-
- follow code style guidelines;
178-
- not break the existing test suite;
179-
- where bugs are fixed, where possible, there should be unit tests
175+
- Be well peer reviewed;
176+
- Have unit tests and functional tests where appropriate;
177+
- Follow code style guidelines;
178+
- Not break the existing test suite;
179+
- Where bugs are fixed, where possible, there should be unit tests
180180
demonstrating the bug and also proving the fix. This helps prevent regression.
181181

182182
Patches that change Bitcoin consensus rules are considerably more involved than

test/functional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ on nodes 2 and up.
9090

9191
- Implement a (generator) function called `get_tests()` which yields `TestInstance`s.
9292
Each `TestInstance` consists of:
93-
- a list of `[object, outcome, hash]` entries
93+
- A list of `[object, outcome, hash]` entries
9494
* `object` is a `CBlock`, `CTransaction`, or
9595
`CBlockHeader`. `CBlock`'s and `CTransaction`'s are tested for
9696
acceptance. `CBlockHeader`s can be used so that the test runner can deliver

0 commit comments

Comments
 (0)