We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0da02 commit 19267cbCopy full SHA for 19267cb
CONTRIBUTING.md
@@ -88,10 +88,10 @@ the pull request affects. Valid areas as:
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
+ - `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code
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
+ - `build` for changes to the GNU Autotools or reproducible builds
95
96
Examples:
97
0 commit comments