From d82c651ec6b4e2f689ef033f4eaa7be966a2ea68 Mon Sep 17 00:00:00 2001 From: hywax Date: Thu, 14 Mar 2024 17:09:59 +0500 Subject: [PATCH] chore(issue template): question --- .github/ISSUE_TEMPLATE/question.yml | 13 +++++++++++++ 1 file changed, 13 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..40498ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,13 @@ +name: Question +description: Further information is requested +title: '[QUESTION] ' +labels: ['question'] + +body: + - type: textarea + id: question + attributes: + label: Question + description: Outline your question in a clear and concise manner + validations: + required: true