diff options
author | fanquake <fanquake@gmail.com> | 2018-05-04 10:11:45 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-05-04 11:23:38 +0800 |
commit | a508091c59584476e3673543e4729fae5d6f2483 (patch) | |
tree | a9ab553f2c970ad49e9d376846583476f42ae1cd | |
parent | 7eb7076f70078c06bef9752f22acf92fd86e616a (diff) |
doc: Mention good first issue list in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea475f8cfb..c390595abf 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 ---------------------- |