mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 03:18:09 -03:00
doc: Fill in the required skills in the good_first_issue template
This commit is contained in:
parent
ab42b2ebdb
commit
fa3b816240
1 changed files with 4 additions and 2 deletions
6
.github/ISSUE_TEMPLATE/good_first_issue.yml
vendored
6
.github/ISSUE_TEMPLATE/good_first_issue.yml
vendored
|
@ -29,8 +29,10 @@ body:
|
|||
attributes:
|
||||
label: Useful Skills
|
||||
description: For example, “`std::thread`”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.
|
||||
validations:
|
||||
required: false
|
||||
value: |
|
||||
* Compiling Bitcoin Core from source
|
||||
* Running the C++ unit tests and the Python functional tests
|
||||
* ...
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Guidance for new contributors
|
||||
|
|
Loading…
Reference in a new issue