diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/good_first_issue.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/good_first_issue.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.md b/.github/ISSUE_TEMPLATE/good_first_issue.md deleted file mode 100644 index ff943032ba..0000000000 --- a/.github/ISSUE_TEMPLATE/good_first_issue.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Good first issue -about: '(Regular devs only): Suggest a new good first issue' -title: '' -labels: '' -assignees: '' - ---- - -<!-- Needs the label "good first issue" assigned manually before or after opening --> - -<!-- A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution --> - -<!-- Motivate the issue and explain the solution briefly --> - -#### Useful skills: - -<!-- (For example, “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? - -For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request. |