From 5ff0e3dae564c3776efe9091cc5bcdf6953c7f6e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 May 2024 22:37:43 +0200 Subject: [PATCH] Update QUESTION.yml (#460) --- .github/ISSUE_TEMPLATE/QUESTION.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index a768f93..2782704 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -3,10 +3,20 @@ description: General questions about the container title: "[Question]: " labels: ["question"] body: - - type: markdown + - type: checkboxes attributes: - value: | - Please do not use this form for technical issues, and make sure to check the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) first! + label: Is your question not already answered in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md)? + description: Please read those frequently asked questions carefully to avoid asking duplicate questions. + options: + - label: I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md). + required: true + - type: checkboxes + attributes: + label: Is this a general question and not a technical issue? + description: For technical issues you must use the [bug report](https://github.com/dockur/windows/issues/new?assignees=&labels=bug&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you. + options: + - label: I am sure my question is not about a technical issue. + required: true - type: textarea id: question attributes: