diff options
author | fanquake <fanquake@gmail.com> | 2023-08-31 13:36:55 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-08-31 13:37:09 +0100 |
commit | a4e0bcb6c9a8db5a74c74c5cddbb065ba9182482 (patch) | |
tree | 46e30b62668ed44085df543b48294445e065f421 /.github | |
parent | 9561e497e9f6387b0173343ef686496efb515c51 (diff) | |
parent | fa3b8162406bb21425a6fb5c6a96d17175545a4c (diff) |
Merge bitcoin/bitcoin#28369: doc: Fill in the required skills in the good_first_issue template
fa3b8162406bb21425a6fb5c6a96d17175545a4c 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
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 |