diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-02-22 13:01:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 13:01:49 -0800 |
commit | 0f2248ea12713822c546e362487aa94bb29e2899 (patch) | |
tree | febfe9265d7a813f733fe28b90cfe0e2d9182fc1 /.github/ISSUE_TEMPLATE/30-blank.yaml | |
parent | ffef19843b79c53aa710ed475d526f0d8f91866b (diff) |
Improving issue templates. (#877)
making ordering explicit, and disabling blank issue submission to force
triage label to be set.
Diffstat (limited to '.github/ISSUE_TEMPLATE/30-blank.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/30-blank.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/30-blank.yaml b/.github/ISSUE_TEMPLATE/30-blank.yaml new file mode 100644 index 0000000000..abe2623378 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-blank.yaml @@ -0,0 +1,10 @@ +name: Blank Issue +description: Don’t see your issue here? Open a blank issue. +labels: [triage] +body: +- type: textarea + attributes: + label: Description + description: Please describe your issue. + validations: + required: true |