From 00f31b53120ce2b040d635bb16c0563630aaa9fc Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Tue, 16 Aug 2022 19:17:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20WIP:=20Fixes=20issue=20?= =?UTF-8?q?template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/_request_suggest.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/_request_suggest.yml b/.github/ISSUE_TEMPLATE/_request_suggest.yml index 3a582f25..0d62a5cc 100644 --- a/.github/ISSUE_TEMPLATE/_request_suggest.yml +++ b/.github/ISSUE_TEMPLATE/_request_suggest.yml @@ -21,8 +21,16 @@ body: 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 + description: Place any relevant information here. Information about the icons you want to request, the documentation changes you want to see, etc. + placeholder: ex. Please add a dark version for the Homarr icon. + validations: + required: true + - type: input + id: icon + attributes: + label: Icon(s) + description: Upload your icons here. You can do this by Copy—Pasting or Drag—and—Dropping the images. + placeholder: SVG and PNG accepted! validations: required: false