md-badges/.github/ISSUE_TEMPLATE/01-badge-request.yml
2025-02-01 15:03:13 +00:00

28 lines
No EOL
1 KiB
YAML

name: Badge Request
description: Request a badge that you would like to see be added to the badge list.
title: "[Badge Request]: "
labels: ["🙏 badge request"]
projects: ["inttter/md-badges"]
assignees:
- inttter
body:
- type: markdown
attributes:
value: |
Before submitting this request, make sure the badge does not **already exist** within the current badge list. Preferably, it should also have a **valid** icon on [SimpleIcons](https://simpleicons.org) to simplify the process of adding it to the list.
- type: input
id: name
attributes:
label: Badge Name
description: What is the name of the badge?
placeholder: eg. React
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Give a brief description about who/what the badge is for. For example, you can link a URL to a website.
placeholder: This badge is for [NAME]...
validations:
required: true