Skip to content

Commit a4e0bcb

Browse files
committed
Merge bitcoin/bitcoin#28369: doc: Fill in the required skills in the good_first_issue template
fa3b816 doc: Fill in the required skills in the good_first_issue template (MarcoFalke) Pull request description: Compiling and running the tests is always required, so fill it in to avoid having to type it manually every time. ACKs for top commit: willcl-ark: ACK fa3b816 Tree-SHA512: 1bcb93aaff235dd62513cda05547db90d12ad7638c050ee125845d20df1e1bc457bf4ec590677a0875fae8729dcc58842398e637e517997b35e3b3adffc34a72
2 parents 9561e49 + fa3b816 commit a4e0bcb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/good_first_issue.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ body:
2929
attributes:
3030
label: Useful Skills
3131
description: For example, “`std::thread`”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.
32-
validations:
33-
required: false
32+
value: |
33+
* Compiling Bitcoin Core from source
34+
* Running the C++ unit tests and the Python functional tests
35+
* ...
3436
- type: textarea
3537
attributes:
3638
label: Guidance for new contributors

0 commit comments

Comments
 (0)