diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-09-30 10:27:54 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-09-30 10:28:24 +0200 |
| commit | 3f74cd2361b9f72a91d21f87980e15f2b5b5ca9f (patch) | |
| tree | 7759b1179e397c94f9e9922e84ca849819e88323 | |
| parent | Merge pull request #6736 (diff) | |
| parent | Add PR title prefix for trivial changes [skip ci] (diff) | |
| download | discoin-3f74cd2361b9f72a91d21f87980e15f2b5b5ca9f.tar.xz discoin-3f74cd2361b9f72a91d21f87980e15f2b5b5ca9f.zip | |
Merge pull request #6740
05b5831 Add PR title prefix for trivial changes [skip ci] (paveljanik)
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 572d166b7..1d42dea84 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. |