@@ -79,25 +79,26 @@ about Git.
79
79
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
- - * Consensus* for changes to consensus critical code
83
- - * Doc* for changes to the documentation
84
- - * Qt* for changes to bitcoin-qt
85
- - * Log* Changes to log messages
86
- - * Mining* for changes to the mining code
87
- - * Net* or * P2P* for changes to the peer-to-peer network code
88
- - * Refactor* for structural changes that do not change behavior
89
- - * RPC/REST/ZMQ* for changes to the RPC, REST or ZMQ APIs
90
- - * Scripts and tools* for changes to the scripts and tools
91
- - * Test* for changes to the bitcoin unit tests or QA tests
92
- - * Utils and libraries* for changes to the utils and libraries
93
- - * Wallet* for changes to the wallet code
82
+ - ` consensus ` for changes to consensus critical code
83
+ - ` doc ` for changes to the documentation
84
+ - ` qt ` or ` gui ` for changes to bitcoin-qt
85
+ - ` log ` for changes to log messages
86
+ - ` mining ` for changes to the mining code
87
+ - ` net ` or ` p2p ` for changes to the peer-to-peer network code
88
+ - ` refactor ` for structural changes that do not change behavior
89
+ - ` rpc ` , ` rest ` or ` zmq ` for changes to the RPC, REST or ZMQ APIs
90
+ - ` script ` for changes to the scripts and tools
91
+ - ` test ` for changes to the bitcoin unit tests or QA tests
92
+ - ` util ` or ` lib ` for changes to the utils or libraries
93
+ - ` wallet ` for changes to the wallet code
94
+ - ` build ` for changes to the GNU Autotools, reproducible builds or CI code
94
95
95
96
Examples:
96
97
97
- Consensus : Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG
98
- Net : Automatically create hidden service, listen on Tor
99
- Qt : Add feed bump button
100
- Log : Fix typo in log message
98
+ consensus : Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG
99
+ net : Automatically create hidden service, listen on Tor
100
+ qt : Add feed bump button
101
+ log : Fix typo in log message
101
102
102
103
Note that translations should not be submitted as pull requests, please see
103
104
[ Translation Process] ( https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md )
0 commit comments