diff options
| author | fanquake <[email protected]> | 2020-01-04 14:22:34 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2020-01-04 14:28:24 +0800 |
| commit | 9a4cc52d734d56d781aaedc6679e1a70a74439c2 (patch) | |
| tree | e34d76618c56a42dfe482aba15e763ac85aa086a /CONTRIBUTING.md | |
| parent | Merge #17851: tests: Add std::to_string to list of locale dependent functions (diff) | |
| parent | doc: Add ci prefix to CONTRIBUTING.md (diff) | |
| download | discoin-9a4cc52d734d56d781aaedc6679e1a70a74439c2.tar.xz discoin-9a4cc52d734d56d781aaedc6679e1a70a74439c2.zip | |
Merge #17688: doc: Add "ci" prefix to CONTRIBUTING.md
19267cbc82c1a09b37a0266b7bd930e9a62d1288 doc: Add ci prefix to CONTRIBUTING.md (Hennadii Stepanov)
Pull request description:
It seems our maintainers like `ci` prefix for commits and PRs:
```
git log | grep 'ci:'
```
and

So let's document it.
ACKs for top commit:
fanquake:
ACK 19267cbc82c1a09b37a0266b7bd930e9a62d1288 - this looks ok
Tree-SHA512: ef467513f9562f51d0471c5cc900336caab4e9494299bcd2c9cc9e1b296536a86467807d71b8d7100a5c78715174cf58b6ecfe6c3bd958060c15eba4fba7067f
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 1e34f6572..33c797d79 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: |