mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
🧹 chore(issues): clarify requirment for a valid SimpleIcon logo in badge request template
This commit is contained in:
parent
609b2a8fe7
commit
bf4c2fd075
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/01-badge-request.yml
vendored
6
.github/ISSUE_TEMPLATE/01-badge-request.yml
vendored
|
|
@ -9,20 +9,20 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
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
|
- type: input
|
||||||
id: name
|
id: name
|
||||||
attributes:
|
attributes:
|
||||||
label: Badge Name
|
label: Badge Name
|
||||||
description: What is the name of the badge?
|
description: What is the name of the badge?
|
||||||
placeholder: eg. ChatGPT
|
placeholder: eg. React
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
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...
|
placeholder: This badge is for [NAME], which/who...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue