From 685685b1a30a88b3181e08586f38d5ca8097a7da Mon Sep 17 00:00:00 2001 From: Inter Date: Sat, 1 Feb 2025 15:03:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(issues):=20clean=20up=20is?= =?UTF-8?q?sue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/01-badge-request.yml | 10 +++++----- .github/ISSUE_TEMPLATE/02-issue-report.yml | 15 +++------------ 2 files changed, 8 insertions(+), 17 deletions(-) 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: