Skip to content

Commit 7b78b8d

Browse files
doc: Add template for good first issues
1 parent b54666c commit 7b78b8d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Good first issue
3+
about: '(Regular devs only): Suggest a new good first issue'
4+
title: ''
5+
labels: good first issue
6+
assignees: ''
7+
8+
---
9+
10+
The purpose of the `good first issue` label is to highlight which issues are suitable for a new contributor without a deep understanding of the codebase.
11+
12+
Useful skills:
13+
14+
(For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.)
15+
16+
Want to work on this issue?
17+
18+
You do not need to request permission to start working on this. You are encouraged to comment on the issue if you are planning to work on it. This will help other contributors monitor which issues are actively being addressed and is also an effective way to request assistance if and when you need it.
19+
20+
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request.

0 commit comments

Comments
 (0)