From 8da2435e29c4f8a29c0a0e7738435291cedf4894 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 26 Jun 2021 23:55:25 +0100 Subject: [PATCH] swap to forms --- .github/ISSUE_TEMPLATE/zzz_blank.md | 10 ---------- .github/ISSUE_TEMPLATE/zzz_blank.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/zzz_blank.md create mode 100644 .github/ISSUE_TEMPLATE/zzz_blank.yml 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