🧹 chore(issues): clean up issue templates

This commit is contained in:
Inter 2025-02-01 15:03:13 +00:00
parent cc023a43c4
commit 685685b1a3
2 changed files with 8 additions and 17 deletions

View file

@ -1,7 +1,7 @@
name: Badge Request name: Badge Request
description: Request a badge that you would like to see be added to the current badge list. description: Request a badge that you would like to see be added to the badge list.
title: "[Badge Request]: " title: "[Badge Request]: "
labels: ["📛 badge request"] labels: ["🙏 badge request"]
projects: ["inttter/md-badges"] projects: ["inttter/md-badges"]
assignees: assignees:
- inttter - inttter
@ -9,7 +9,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
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). 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 - type: input
id: name id: name
attributes: attributes:
@ -22,7 +22,7 @@ body:
id: description id: description
attributes: attributes:
label: Description label: Description
description: Give a short description about who/what the badge is for, such as a URL to a website. 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], which/who... placeholder: This badge is for [NAME]...
validations: validations:
required: true required: true

View file

@ -1,5 +1,5 @@
name: Issue Report name: Issue Report
description: Report something that is bugged or incorrect. description: Report something that is incorrect or not working.
title: "[Bug]: " title: "[Bug]: "
labels: ["🐛 bug"] labels: ["🐛 bug"]
projects: ["inttter/md-badges"] projects: ["inttter/md-badges"]
@ -7,19 +7,10 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Check the issues page [here](https://github.com/inttter/md-badges/issues) to make sure your issue is not a duplicate. Search for your issue in the [issue listing](https://github.com/inttter/md-badges/issues) to make sure your issue is not a duplicate.
- type: dropdown
attributes:
label: Type of Issue
description: Where does this issue occur?
options:
- Badge Display
- Badge Syntax
- Formatting
- Other
- type: textarea - type: textarea
attributes: attributes:
label: Description label: Description of issue
description: Describe the issue you have and give any additional details. description: Describe the issue you have and give any additional details.
placeholder: The issue is... placeholder: The issue is...
validations: validations: