From 3fc0a2c64f1b1d1503c1da07219a6f336cfc6691 Mon Sep 17 00:00:00 2001 From: Walkx Date: Sat, 14 May 2022 13:35:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Adds=20back?= =?UTF-8?q?=20label=20&=20idiot=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature-request.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b02b79780..9fe1dd6d4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,7 @@ name: ✨ Feature Request description: Request a feature to help improve Homarr! title: '' +labels: ['✨ Feature'] body: - type: textarea id: feature @@ -21,3 +22,13 @@ body: - High (App breaking feature) validations: required: true + - type: checkboxes + id: idiot-check + attributes: + label: Please tick the boxes + description: Before submitting, please ensure that + options: + - label: You've read the [docs](https://github.com/ajnart/homarr#readme) + required: true + - label: You've checked for [duplicate issues](https://github.com/ajnart/homarr/issues) + required: true