From 3cee1472ae2c3b862a34779219cee58e28366ef2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Apr 2024 16:47:46 +0200 Subject: [PATCH] docs: Update issue templates (#91) --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 7 +++++++ .github/ISSUE_TEMPLATE/QUESTION.yml | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index eb95b34..2e9c7e8 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -3,6 +3,13 @@ description: Suggest an idea for improving the container title: "[Feature]: " labels: ["enhancement"] body: + - type: checkboxes + attributes: + label: Is there an existing feature request for this? + description: Please search to see if the feature request already exists. + options: + - label: I have searched the existing feature requests + required: true - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index 3ade31c..0e473bc 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -6,8 +6,9 @@ body: - type: markdown attributes: value: | - Have a question about Windows for Docker? - Please make sure to check the [FAQ](https://github.com/dockur/windows-arm/blob/master/readme.md) first! + Have a general question about Windows for Docker? + Please do not use this form for technical issues. + And make sure to check the [FAQ](https://github.com/dockur/windows-arm/blob/master/readme.md) first! - type: textarea id: question attributes: