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.