From 984da93a7ba7411e320cf70f72b3da274e61c912 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:42:16 +1000 Subject: [PATCH] fix issue template descriptions (#1310) * fix incorrect api urls * fix descriptions on issue templates * revert b51914e --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/1-app-bug.yml | 2 +- .github/ISSUE_TEMPLATE/3-api-bug.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-app-bug.yml b/.github/ISSUE_TEMPLATE/1-app-bug.yml index cfa05334..7b32068e 100644 --- a/.github/ISSUE_TEMPLATE/1-app-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-app-bug.yml @@ -1,5 +1,5 @@ name: 🎮 Modrinth App bug -description: Report an issue on the Modrinth website. +description: Report an issue in the Modrinth Launcher. labels: [bug, app] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/3-api-bug.yml b/.github/ISSUE_TEMPLATE/3-api-bug.yml index f4a28b54..f76a5f16 100644 --- a/.github/ISSUE_TEMPLATE/3-api-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-api-bug.yml @@ -1,5 +1,5 @@ name: 🛠️ API issue (api.modrinth.com) -description: Report an issue on the Modrinth website. +description: Report an issue regarding the Modrinth API. labels: [bug, api] body: - type: checkboxes