File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ judge the general consensus of contributors.
170
170
171
171
In general, all pull requests must:
172
172
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
174
174
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
180
180
demonstrating the bug and also proving the fix. This helps prevent regression.
181
181
182
182
Patches that change Bitcoin consensus rules are considerably more involved than
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ on nodes 2 and up.
90
90
91
91
- Implement a (generator) function called ` get_tests() ` which yields ` TestInstance ` s.
92
92
Each ` TestInstance ` consists of:
93
- - a list of ` [object, outcome, hash] ` entries
93
+ - A list of ` [object, outcome, hash] ` entries
94
94
* ` object ` is a ` CBlock ` , ` CTransaction ` , or
95
95
` CBlockHeader ` . ` CBlock ` 's and ` CTransaction ` 's are tested for
96
96
acceptance. ` CBlockHeader ` s can be used so that the test runner can deliver
You can’t perform that action at this time.
0 commit comments