diff options
| author | MarcoFalke <[email protected]> | 2018-05-04 10:21:10 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-05-04 10:21:22 -0400 |
| commit | 627c3762ce5d8ce097f70c7fb52a3640246fae9b (patch) | |
| tree | a9ab553f2c970ad49e9d376846583476f42ae1cd | |
| parent | Merge #12639: Reduce cs_main lock in listunspent (diff) | |
| parent | doc: Mention good first issue list in CONTRIBUTING.md (diff) | |
| download | discoin-627c3762ce5d8ce097f70c7fb52a3640246fae9b.tar.xz discoin-627c3762ce5d8ce097f70c7fb52a3640246fae9b.zip | |
Merge #13165: doc: Mention good first issue list in CONTRIBUTING.md
a508091c59 doc: Mention good first issue list in CONTRIBUTING.md (fanquake)
Pull request description:
Tree-SHA512: a954cda62d6dc8ab78809565be392a1c9f55c543e8d5c1a5a8588c0062e1a11bd4968991646e4aa5bd9b9761b1765fde4ceab8fea7a973148122ff249d728b92
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea475f8cf..c390595ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,9 @@ purposes. As such there are repository "maintainers" who are responsible for merging pull requests as well as a "lead maintainer" who is responsible for the release cycle, overall merging, moderation and appointment of maintainers. +If you're looking for somewhere to start contributing, check out the +[good first issue](https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) +list. Communication Channels ---------------------- |