mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
doc: Add ci prefix to CONTRIBUTING.md
This commit is contained in:
parent
fc0da027e8
commit
19267cbc82
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@ the pull request affects. Valid areas as:
|
|||
- `refactor` for structural changes that do not change behavior
|
||||
- `rpc`, `rest` or `zmq` for changes to the RPC, REST or ZMQ APIs
|
||||
- `script` for changes to the scripts and tools
|
||||
- `test` for changes to the bitcoin unit tests or QA tests
|
||||
- `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code
|
||||
- `util` or `lib` for changes to the utils or libraries
|
||||
- `wallet` for changes to the wallet code
|
||||
- `build` for changes to the GNU Autotools, reproducible builds or CI code
|
||||
- `build` for changes to the GNU Autotools or reproducible builds
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue