diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-12-07 11:47:43 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-12-15 21:28:56 +0200 |
commit | 19267cbc82c1a09b37a0266b7bd930e9a62d1288 (patch) | |
tree | 24648864d571e3e3751f20a5854df03400f68c71 /CONTRIBUTING.md | |
parent | fc0da027e8cda1d7304e50315a848c353bae4822 (diff) |
doc: Add ci prefix to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecb5704a8f..ba3b3d24f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: |