diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-30 14:28:05 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-30 14:02:08 +0200 |
commit | fa3b8162406bb21425a6fb5c6a96d17175545a4c (patch) | |
tree | bfe21405dba72543634a7a6dd4343f05dfecbe15 /.github | |
parent | ab42b2ebdbf61225e636e4c00068fd29b2790d41 (diff) |
doc: Fill in the required skills in the good_first_issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/good_first_issue.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.yml b/.github/ISSUE_TEMPLATE/good_first_issue.yml index c40dad9687..133937c011 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.yml +++ b/.github/ISSUE_TEMPLATE/good_first_issue.yml @@ -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 |