diff --git a/.github/ISSUE_TEMPLATE/zzz_blank.md b/.github/ISSUE_TEMPLATE/zzz_blank.md deleted file mode 100644 index a99d2fa..0000000 --- a/.github/ISSUE_TEMPLATE/zzz_blank.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Blank Issue -about: If you're 100% sure that you do not need one of the other issue templates, use this one instead. -title: '' -labels: -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/zzz_blank.yml b/.github/ISSUE_TEMPLATE/zzz_blank.yml new file mode 100644 index 0000000..d1c51e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/zzz_blank.yml @@ -0,0 +1,16 @@ +name: Blank Issue +description: "If you're 100% sure that you do not need one of the other issue templates, use this one instead." +title: '' +body: +- type: checkboxes + attributes: + label: "I'm sure that I do not need one of the other issue templates" + options: + - label: "I'm 100% sure" + required: true +- type: textarea + attributes: + label: Current Behavior + description: A concise description of what you're experiencing. + validations: + required: false