From 211b627a75819dc054e918003d52f32bd9641d51 Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Sat, 26 Aug 2023 13:01:27 +0200 Subject: [PATCH] chore: added 'other' issue template --- .github/ISSUE_TEMPLATE/other.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.yml diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..3d9c65a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,11 @@ +name: Other +description: Anything that doesn't fit into one of the other issue categories +title: "" +body: + - type: textarea + id: whats-up + attributes: + label: What is the issue? + description: Is some tooling not working? Performance issues? ... + validations: + required: true