diff options
author | paveljanik <Pavel@Janik.cz> | 2015-09-30 08:44:51 +0200 |
---|---|---|
committer | paveljanik <Pavel@Janik.cz> | 2015-09-30 08:44:51 +0200 |
commit | 05b5831aa0038cc2ae24e17ea438428eb2b6e44c (patch) | |
tree | 7759b1179e397c94f9e9922e84ca849819e88323 | |
parent | c138cf9769635cec57613ec0c8b32123f649d5b4 (diff) |
Add PR title prefix for trivial changes [skip ci]
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 572d166b74..1d42dea843 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,7 @@ The title of the pull request should be prefixed by the component or area that t Consensus: Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG Net: Automatically create hidden service, listen on Tor Qt: Add feed bump button + Trivial: fix typo If a pull request is specifically not to be considered for merging (yet) please prefix the title with [WIP] or use [Tasks Lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) in the body of the pull request to indicate tasks are pending. |