mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -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:
|
attributes:
|
||||||
label: Useful Skills
|
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”.
|
description: For example, “`std::thread`”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.
|
||||||
validations:
|
value: |
|
||||||
required: false
|
* Compiling Bitcoin Core from source
|
||||||
|
* Running the C++ unit tests and the Python functional tests
|
||||||
|
* ...
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Guidance for new contributors
|
label: Guidance for new contributors
|
||||||
|
|
Loading…
Add table
Reference in a new issue