diff --git a/.github/ISSUE_TEMPLATE/01-badge-request.yml b/.github/ISSUE_TEMPLATE/01-badge-request.yml index d25a1d4..8a7b0bd 100644 --- a/.github/ISSUE_TEMPLATE/01-badge-request.yml +++ b/.github/ISSUE_TEMPLATE/01-badge-request.yml @@ -1,7 +1,7 @@ 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]: " -labels: ["📛 badge request"] +labels: ["🙏 badge request"] projects: ["inttter/md-badges"] assignees: - inttter @@ -9,7 +9,7 @@ body: - type: markdown attributes: 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 id: name attributes: @@ -22,7 +22,7 @@ body: id: description attributes: label: Description - 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... + 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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/02-issue-report.yml b/.github/ISSUE_TEMPLATE/02-issue-report.yml index 2d05ddb..e409e2b 100644 --- a/.github/ISSUE_TEMPLATE/02-issue-report.yml +++ b/.github/ISSUE_TEMPLATE/02-issue-report.yml @@ -1,5 +1,5 @@ name: Issue Report -description: Report something that is bugged or incorrect. +description: Report something that is incorrect or not working. title: "[Bug]: " labels: ["🐛 bug"] projects: ["inttter/md-badges"] @@ -7,19 +7,10 @@ body: - type: markdown attributes: value: | - Check the issues page [here](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 + 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: textarea attributes: - label: Description + label: Description of issue description: Describe the issue you have and give any additional details. placeholder: The issue is... validations: