diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/general-issue-form.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue-form.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/general-issue-form.yaml b/.github/ISSUE_TEMPLATE/general-issue-form.yaml index 4571fa12..50a8e210 100644 --- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml @@ -52,9 +52,12 @@ body: - type: checkboxes id: checks attributes: - label: I have read + label: I have options: - - label: The readme + - label: Read the readme required: true - - label: The wiki + - label: Read the wiki required: true + - label: Searched for similar issues + required: true + |