Skip to content

Commit fae2fb2

Browse files
MarcoFalkeadamjonasjonatack
committed
doc: Expand section on Getting Started
Co-authored-by: Adam Jonas <[email protected]> Co-authored-by: Jon Atack <[email protected]>
1 parent 100000d commit fae2fb2

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,27 @@ release cycle, overall merging, moderation and appointment of maintainers.
1717
Getting Started
1818
---------------
1919

20+
New contributors are very welcome and needed.
21+
22+
Reviewing and testing is the most effective way you can contribute as a new
23+
contributor, and it also will teach you much more about the code and process
24+
than opening PRs. Please refer to the section [peer review](#peer-review) later
25+
in this document.
26+
27+
Before you start contributing, familiarize yourself with the Bitcoin Core build
28+
system and tests. Refer to the documentation in the repository on how to build
29+
Bitcoin Core and how to run the unit and functional tests.
30+
31+
There are many open issues of varying difficulty waiting to be fixed.
2032
If you're looking for somewhere to start contributing, check out the
2133
[good first issue](https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
22-
list or participate in a weekly [Bitcoin Core PR Review Club](https://bitcoincore.reviews/) meeting.
34+
list or changes that are
35+
[up for grabs](https://github.com/bitcoin/bitcoin/issues?utf8=%E2%9C%93&q=label%3A%22Up+for+grabs%22).
36+
Some of them might no longer be applicable. So if you are interested, but
37+
unsure, you might want to leave a comment on the issue first.
38+
39+
You may also participate in the weekly
40+
[Bitcoin Core PR Review Club](https://bitcoincore.reviews/) meeting.
2341

2442
Communication Channels
2543
----------------------

0 commit comments

Comments
 (0)