aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Folkson <michaelfolkson@gmail.com>2019-11-01 12:48:53 +0000
committerMichael Folkson <michaelfolkson@gmail.com>2019-11-05 17:15:14 +0000
commit7b78b8d3a64503d582af8298241a20ebf582a0c5 (patch)
tree03e2aac419c58d0543463fb0f2289bf86ebcd7a6 /.github
parentb54666c849bad258d92d6d1e45a051d36055681e (diff)
downloadbitcoin-7b78b8d3a64503d582af8298241a20ebf582a0c5.tar.xz
doc: Add template for good first issues
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/good_first_issue.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.md b/.github/ISSUE_TEMPLATE/good_first_issue.md
new file mode 100644
index 0000000000..6782218616
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/good_first_issue.md
@@ -0,0 +1,20 @@
+---
+name: Good first issue
+about: '(Regular devs only): Suggest a new good first issue'
+title: ''
+labels: good first issue
+assignees: ''
+
+---
+
+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.
+
+Useful skills:
+
+(For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.)
+
+Want to work on this issue?
+
+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.
+
+For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request.