From 1eb28a748465d0613215d6c83e1ab57cea6fae69 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 5 Jan 2024 01:03:47 +0500 Subject: [PATCH] docs(issue-template): question --- .github/ISSUE_TEMPLATE/question.yml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 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..718ecc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,31 @@ +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 + + - type: dropdown + id: category + attributes: + label: Category + description: What part of the application does this relate to? + options: + - Setup and Deployment + - Configuration + - App Usage + - Development + - Documentation + - Using Icons + - Language Support + - Status Checking + - Theming + validations: + required: true