From 0d1a1b899ac0cf4016445c931747f45e1634d1db Mon Sep 17 00:00:00 2001 From: Walkx Date: Sat, 14 May 2022 16:50:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Adds=20temp?= =?UTF-8?q?late=20for=20ideas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/idea.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/idea.yml diff --git a/.github/ISSUE_TEMPLATE/idea.yml b/.github/ISSUE_TEMPLATE/idea.yml new file mode 100644 index 000000000..594101d00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/idea.yml @@ -0,0 +1,23 @@ +name: 🤔 Idea +description: Tell us your idea! We may implement it. +title: '' +labels: ['🤔 Idea'] +body: + - type: textarea + id: feature + attributes: + label: Description + description: Tell us your idea! Please add as much details as possible. + placeholder: Maybe move ... to ...! Maybe add the version of Homarr somewhere...! Etc. + 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