@@ -80,21 +80,15 @@ The title of the pull request should be prefixed by the component or area that
80
80
the pull request affects. Valid areas as:
81
81
82
82
- * Consensus* for changes to consensus critical code
83
- - * Docs * for changes to the documentation
83
+ - * Doc * for changes to the documentation
84
84
- * Qt* for changes to bitcoin-qt
85
+ - * Log* Changes to log messages
85
86
- * Mining* for changes to the mining code
86
87
- * Net* or * P2P* for changes to the peer-to-peer network code
88
+ - * Refactor* for structural changes that do not change behavior
87
89
- * RPC/REST/ZMQ* for changes to the RPC, REST or ZMQ APIs
88
90
- * Scripts and tools* for changes to the scripts and tools
89
- - * Tests* for changes to the bitcoin unit tests or QA tests
90
- - * Trivial* should ** only** be used for PRs that do not change generated
91
- executable code. Notably, refactors (change of function arguments and code
92
- reorganization) and changes in behavior should ** not** be marked as trivial.
93
- Examples of trivial PRs are changes to:
94
- - comments
95
- - whitespace
96
- - variable names
97
- - logging and messages
91
+ - * Test* for changes to the bitcoin unit tests or QA tests
98
92
- * Utils and libraries* for changes to the utils and libraries
99
93
- * Wallet* for changes to the wallet code
100
94
@@ -103,10 +97,10 @@ Examples:
103
97
Consensus: Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG
104
98
Net: Automatically create hidden service, listen on Tor
105
99
Qt: Add feed bump button
106
- Trivial : Fix typo in init.cpp
100
+ Log : Fix typo in log message
107
101
108
102
Note that translations should not be submitted as pull requests, please see
109
- [ Translation Process] ( https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md )
103
+ [ Translation Process] ( https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md )
110
104
for more information on helping with translations.
111
105
112
106
If a pull request is not to be considered for merging (yet), please
@@ -322,7 +316,7 @@ The project leader is the release manager for each Bitcoin Core release.
322
316
Copyright
323
317
---------
324
318
325
- By contributing to this repository, you agree to license your work under the
326
- MIT license unless specified otherwise in ` contrib/debian/copyright ` or at
327
- the top of the file itself. Any work contributed where you are not the original
319
+ By contributing to this repository, you agree to license your work under the
320
+ MIT license unless specified otherwise in ` contrib/debian/copyright ` or at
321
+ the top of the file itself. Any work contributed where you are not the original
328
322
author must contain its license header with the original author(s) and source.
0 commit comments