From 87202327554ee44e42cde1ca004d31a9a2e0b3ec Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 12 Feb 2023 14:40:10 +0100 Subject: [PATCH] chore: add question issue template --- .github/ISSUE_TEMPLATE/question.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..f9b678e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,17 @@ +name: ❓ Question +description: "Submit a question" +title: "❓ Question:" +labels: [question] +body: + - type: textarea + id: feature-description + validations: + required: true + attributes: + label: "🙋‍♂️ Question" + description: "A clear question. Please provide as much detail as possible." + placeholder: "How do I ...?" + - type: markdown + attributes: + value: | + Before submitting, please check if the question hasn't been asked before.