From 414e2ed2cd92b2dba38525a782d6a4c0762b89d7 Mon Sep 17 00:00:00 2001 From: Erb3 <49862976+Erb3@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:44:45 +0100 Subject: [PATCH] fix: issue templates used outdated label names (#2991) --- .github/ISSUE_TEMPLATE/2-web-bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-api-bug.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-web-bug.yml b/.github/ISSUE_TEMPLATE/2-web-bug.yml index 669225fc7..dcef0bb7e 100644 --- a/.github/ISSUE_TEMPLATE/2-web-bug.yml +++ b/.github/ISSUE_TEMPLATE/2-web-bug.yml @@ -1,6 +1,6 @@ name: 🌐 Website bug (modrinth.com) description: Report an issue on the Modrinth website. -labels: [bug, frontend] +labels: [bug, web] body: - type: checkboxes attributes: @@ -49,4 +49,4 @@ body: label: Additional context description: Add any other context about the problem here. validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/3-api-bug.yml b/.github/ISSUE_TEMPLATE/3-api-bug.yml index f76a5f166..a17ed85ef 100644 --- a/.github/ISSUE_TEMPLATE/3-api-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-api-bug.yml @@ -1,6 +1,6 @@ name: 🛠️ API issue (api.modrinth.com) description: Report an issue regarding the Modrinth API. -labels: [bug, api] +labels: [bug, backend] body: - type: checkboxes attributes: @@ -38,4 +38,4 @@ body: label: Additional context description: Add any other context about the problem here. validations: - required: false \ No newline at end of file + required: false