From c7b6257c740233eb58f7662f7895671068aed9ec Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 6 Jul 2023 16:03:21 +0100 Subject: [PATCH] Add new template --- .github/ISSUE_TEMPLATE/05-something-else.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/05-something-else.yml diff --git a/.github/ISSUE_TEMPLATE/05-something-else.yml b/.github/ISSUE_TEMPLATE/05-something-else.yml new file mode 100644 index 000000000..42c8f34b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05-something-else.yml @@ -0,0 +1,12 @@ +name: "🤷‍♂️ ​ ​Something else" +description: If none of the above templates fit your needs, please use this template to submit your issue. +labels: [roadmap contribution] +assignees: [] +body: + - type: textarea + id: issue-description + attributes: + label: Detail + description: Please provide a detailed description of the issue. + validations: + required: true \ No newline at end of file