diff options
| author | MarcoFalke <[email protected]> | 2020-05-24 14:07:38 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-05-28 11:59:07 -0400 |
| commit | fae2fb2a196ee864e9a13fffc24a0279cd5d17e6 (patch) | |
| tree | 62411eecac8bd8ba62c22eff29e4a5f55de29ed8 /CONTRIBUTING.md | |
| parent | doc: Add headings to CONTRIBUTING.md (diff) | |
| download | discoin-fae2fb2a196ee864e9a13fffc24a0279cd5d17e6.tar.xz discoin-fae2fb2a196ee864e9a13fffc24a0279cd5d17e6.zip | |
doc: Expand section on Getting Started
Co-authored-by: Adam Jonas <[email protected]>
Co-authored-by: Jon Atack <[email protected]>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 856a92ca0..a880182a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,9 +17,27 @@ release cycle, overall merging, moderation and appointment of maintainers. Getting Started --------------- +New contributors are very welcome and needed. + +Reviewing and testing is the most effective way you can contribute as a new +contributor, and it also will teach you much more about the code and process +than opening PRs. Please refer to the section [peer review](#peer-review) later +in this document. + +Before you start contributing, familiarize yourself with the Bitcoin Core build +system and tests. Refer to the documentation in the repository on how to build +Bitcoin Core and how to run the unit and functional tests. + +There are many open issues of varying difficulty waiting to be fixed. 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 or participate in a weekly [Bitcoin Core PR Review Club](https://bitcoincore.reviews/) meeting. +list or changes that are +[up for grabs](https://github.com/bitcoin/bitcoin/issues?utf8=%E2%9C%93&q=label%3A%22Up+for+grabs%22). +Some of them might no longer be applicable. So if you are interested, but +unsure, you might want to leave a comment on the issue first. + +You may also participate in the weekly +[Bitcoin Core PR Review Club](https://bitcoincore.reviews/) meeting. Communication Channels ---------------------- |