From fe2f3b866c3af59338bd6e68ae35941643699b64 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Tue, 16 Aug 2022 19:13:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Adds=20issu?= =?UTF-8?q?e=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/_request_suggest.yml | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/_request_suggest.yml diff --git a/.github/ISSUE_TEMPLATE/_request_suggest.yml b/.github/ISSUE_TEMPLATE/_request_suggest.yml new file mode 100644 index 00000000..a288c39e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/_request_suggest.yml @@ -0,0 +1,31 @@ +name: ⚡️ Requests & Suggestions +about: Suggest an icon or request changes +title: "⚡ — *put a quick title describing your issue here*" +labels: ⚡️ Requests & Suggestions +assignees: WalkxCode +body: + - type: markdown + attributes: + value: | + *Thank you in advance for taking the time to fill out this Requests & Suggestions form!* + - type: dropdown + id: type + attributes: + label: Type + description: Choose one of the options below which best descibes your issue. + options: + - Icon request + - Icon enhancement + - Documentation change + - Other + validations: + required: true + - type: textarea + id: info + attributes: + label: Info + description: Place any relevant information here. Links to the icons you want to request, the documentation changes you want to see, etc. + placeholder: ex. https://example.com/logo.png + validations: + required: false +