diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml new file mode 100644 index 00000000..50cb7eb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -0,0 +1,11 @@ +name: ❓ Question +description: Ask a question +title: "[QUESTION] " +labels: ["question", "new"] +body: +- type: textarea + attributes: + label: Question + description: What would you like to know? If you encounter unusual behaviour or identified a missing feature, consider opening a bug report instead. + validations: + required: true \ No newline at end of file