Skip to content

Commit 19267cb

Browse files
committed
doc: Add ci prefix to CONTRIBUTING.md
1 parent fc0da02 commit 19267cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ the pull request affects. Valid areas as:
8888
- `refactor` for structural changes that do not change behavior
8989
- `rpc`, `rest` or `zmq` for changes to the RPC, REST or ZMQ APIs
9090
- `script` for changes to the scripts and tools
91-
- `test` for changes to the bitcoin unit tests or QA tests
91+
- `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code
9292
- `util` or `lib` for changes to the utils or libraries
9393
- `wallet` for changes to the wallet code
94-
- `build` for changes to the GNU Autotools, reproducible builds or CI code
94+
- `build` for changes to the GNU Autotools or reproducible builds
9595

9696
Examples:
9797

0 commit comments

Comments
 (0)