Skip to content

Commit a64dbef

Browse files
committed
doc: Update labels in CONTRIBUTING.md
Add `build' label. Make labels lowercase. Split long labels.
1 parent db67101 commit a64dbef

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,26 @@ about Git.
7979
The title of the pull request should be prefixed by the component or area that
8080
the pull request affects. Valid areas as:
8181

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
9495

9596
Examples:
9697

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
101102

102103
Note that translations should not be submitted as pull requests, please see
103104
[Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md)

0 commit comments

Comments
 (0)