md-badges/.github/ISSUE_TEMPLATE/01-badge-request.yml

28 lines
No EOL
866 B
YAML

name: Badge Request
description: Request a badge that you would like to see be added to the current badge list.
title: "[Badge Request]: "
labels: ["📛 badge request"]
projects: ["inttter/md-badges"]
assignees:
- inttter
body:
- type: markdown
attributes:
value: |
Before submitting this issue, make sure your badge is **not a duplicate** of one that already exists.
- type: input
id: name
attributes:
label: Badge Name
description: What is the name of the badge?
placeholder: eg. ChatGPT
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.
placeholder: This badge is for [NAME], which/who...
validations:
required: true