From e2b2c9038a6a9bec621474784bfce9bd28ed6016 Mon Sep 17 00:00:00 2001 From: Sinai Date: Mon, 5 Jul 2021 19:05:04 +1000 Subject: [PATCH] Add 'other' issue template -noci --- .github/ISSUE_TEMPLATE/other.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.yaml diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml new file mode 100644 index 0000000..37b8230 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -0,0 +1,13 @@ +name: Other +description: Something else? +title: "[Other]: " +labels: [Other] +body: + - type: textarea + id: description + attributes: + label: Describe the issue + description: | + Please describe the issue in as much detail as possible. + validations: + required: true