From bf4c2fd075b5e3a5fb60c070cfc058d920501b05 Mon Sep 17 00:00:00 2001 From: Inter Date: Mon, 26 Aug 2024 14:04:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(issues):=20clarify=20requi?= =?UTF-8?q?rment=20for=20a=20valid=20SimpleIcon=20logo=20in=20badge=20requ?= =?UTF-8?q?est=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/01-badge-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-badge-request.yml b/.github/ISSUE_TEMPLATE/01-badge-request.yml index 51d21be..d25a1d4 100644 --- a/.github/ISSUE_TEMPLATE/01-badge-request.yml +++ b/.github/ISSUE_TEMPLATE/01-badge-request.yml @@ -9,20 +9,20 @@ body: - type: markdown attributes: value: | - Before submitting this issue, make sure your badge is **not a duplicate** of one that already exists. + Before submitting this issue, make sure the badge does not **already exist** in this repository, and make sure it has a **valid** icon on [SimpleIcons](https://simpleicons.org). - type: input id: name attributes: label: Badge Name description: What is the name of the badge? - placeholder: eg. ChatGPT + placeholder: eg. React validations: required: true - type: textarea id: description attributes: label: Description - description: Give a bit of detail about the badge, such as a URL to a website. + description: Give a short description about who/what the badge is for, such as a URL to a website. placeholder: This badge is for [NAME], which/who... validations: required: true \ No newline at end of file