From b21f9b06ef1a145a8164b03cf4c16ffbf4947ea9 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:18:22 -0700 Subject: [PATCH 1/6] Update 1-app-bug.yml Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/1-app-bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-app-bug.yml b/.github/ISSUE_TEMPLATE/1-app-bug.yml index 3b0a6791af..dedeabd8f5 100644 --- a/.github/ISSUE_TEMPLATE/1-app-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-app-bug.yml @@ -1,6 +1,7 @@ name: 🎮 Modrinth App bug description: Report an issue in the Modrinth Launcher. -labels: [bug, app] +labels: [app] +type: 'bug' body: - type: checkboxes attributes: From 51d25209ca3fbb02b670bce2ef1dd398cdbcf861 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:21:22 -0700 Subject: [PATCH 2/6] update the rest of the templates --- .github/ISSUE_TEMPLATE/2-web-bug.yml | 3 ++- .github/ISSUE_TEMPLATE/3-api-bug.yml | 3 ++- .github/ISSUE_TEMPLATE/4-feature-request.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-web-bug.yml b/.github/ISSUE_TEMPLATE/2-web-bug.yml index 118f21338b..3d26200ef7 100644 --- a/.github/ISSUE_TEMPLATE/2-web-bug.yml +++ b/.github/ISSUE_TEMPLATE/2-web-bug.yml @@ -1,6 +1,7 @@ name: 🌐 Website bug (modrinth.com) description: Report an issue on the Modrinth website. -labels: [bug, web] +labels: [web] +type: 'bug' body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/3-api-bug.yml b/.github/ISSUE_TEMPLATE/3-api-bug.yml index 19f7f764e8..88cf5a3d98 100644 --- a/.github/ISSUE_TEMPLATE/3-api-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-api-bug.yml @@ -1,6 +1,7 @@ name: 🛠️ API issue (api.modrinth.com) description: Report an issue regarding the Modrinth API. -labels: [bug, backend] +labels: [backend] +type: 'bug' body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.yml b/.github/ISSUE_TEMPLATE/4-feature-request.yml index 945d684100..5f12a45da3 100644 --- a/.github/ISSUE_TEMPLATE/4-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/4-feature-request.yml @@ -1,6 +1,6 @@ name: 💡 Feature Request description: Suggest an idea -labels: [enhancement] +type: 'feature' body: - type: checkboxes From d0967a77d82a2ef16ae4dd80412a1e1446e5bd25 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:34:22 -0700 Subject: [PATCH 3/6] Update issue template formatting further --- .github/ISSUE_TEMPLATE/1-app-bug.yml | 4 +- .github/ISSUE_TEMPLATE/2-web-bug.yml | 6 +- .github/ISSUE_TEMPLATE/3-servers-bug.yml | 63 +++++++++++++++++++ .../{3-api-bug.yml => 4-api-bug.yml} | 4 +- ...ture-request.yml => 5-feature-request.yml} | 9 +-- 5 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/3-servers-bug.yml rename .github/ISSUE_TEMPLATE/{3-api-bug.yml => 4-api-bug.yml} (92%) rename .github/ISSUE_TEMPLATE/{4-feature-request.yml => 5-feature-request.yml} (91%) diff --git a/.github/ISSUE_TEMPLATE/1-app-bug.yml b/.github/ISSUE_TEMPLATE/1-app-bug.yml index dedeabd8f5..21867c1dde 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 in the Modrinth Launcher. +name: 🎮 Bug with Modrinth App +description: For issues with the Modrinth App launcher. labels: [app] type: 'bug' body: diff --git a/.github/ISSUE_TEMPLATE/2-web-bug.yml b/.github/ISSUE_TEMPLATE/2-web-bug.yml index 3d26200ef7..983279c147 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: [web] +name: 🌐 Bug with Modrinth.com +description: For issues with the Modrinth website. +labels: [website] type: 'bug' body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/3-servers-bug.yml b/.github/ISSUE_TEMPLATE/3-servers-bug.yml new file mode 100644 index 0000000000..cb7222fac3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-servers-bug.yml @@ -0,0 +1,63 @@ +name: 🌐 Bug with Modrinth Servers +description: For issues with a Modrinth Servers product. +labels: [servers] +type: 'bug' +body: + - type: checkboxes + attributes: + label: Please confirm the following. + options: + - label: I checked the [existing issues](https://github.com/modrinth/code/issues?q=is%3Aissue) for duplicate problems + required: true + - label: I have tried resolving the issue using the [support portal](https://support.modrinth.com) + required: true + - type: dropdown + id: browsers + attributes: + label: Is this an issue in the control panel or with the Minecraft server itself? + options: + - Control panel (on Modrinth.com) + - Minecraft server + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? (if a panel issue) + multiple: true + options: + - N/A + - Chrome (including Arc, Brave, Opera, Vivaldi) + - Microsoft Edge + - Firefox + - Safari + - Other (please specify) + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. Include screenshots if applicable. + validations: + required: false + - type: textarea + attributes: + label: Steps to reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + validations: + required: false + - type: textarea + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/3-api-bug.yml b/.github/ISSUE_TEMPLATE/4-api-bug.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/3-api-bug.yml rename to .github/ISSUE_TEMPLATE/4-api-bug.yml index 88cf5a3d98..db707b84a4 100644 --- a/.github/ISSUE_TEMPLATE/3-api-bug.yml +++ b/.github/ISSUE_TEMPLATE/4-api-bug.yml @@ -1,5 +1,5 @@ -name: 🛠️ API issue (api.modrinth.com) -description: Report an issue regarding the Modrinth API. +name: 🛠 Bug with Modrinth API +description: For issues with the Modrinth API for developers. labels: [backend] type: 'bug' body: diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.yml b/.github/ISSUE_TEMPLATE/5-feature-request.yml similarity index 91% rename from .github/ISSUE_TEMPLATE/4-feature-request.yml rename to .github/ISSUE_TEMPLATE/5-feature-request.yml index 5f12a45da3..0b358e9b49 100644 --- a/.github/ISSUE_TEMPLATE/4-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/5-feature-request.yml @@ -1,4 +1,4 @@ -name: 💡 Feature Request +name: 💡 Feature request description: Suggest an idea type: 'feature' @@ -17,9 +17,10 @@ body: label: What parts of Modrinth is your feature request related too? multiple: true options: - - App - - Website - - API + - Modrinth App + - Modrinth.com website + - Modrinth Servers + - Modrinth API for developers - type: textarea attributes: label: Is your suggested feature related to a problem? Please describe. From 34a5b7b7f3ac2971451dedb4be648f165883a204 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:35:31 -0700 Subject: [PATCH 4/6] Disable blank issue + get rid of some contact links --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 26d7b23977..0540a64ec7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,8 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - - name: 🫶 Support Portal - about: Get support using through our portal. + - name: 🫶 Support portal + about: Get support using through our support website. url: https://support.modrinth.com - - name: 💬 Chat + - name: 💬 Chat on Discord about: Join our Discord server to chat about Modrinth. url: https://discord.modrinth.com - - name: 🛣️ Roadmap - about: View our Roadmap. Please do not open issues for items on our roadmap. - url: https://roadmap.modrinth.com - - name: 📚 Documentation - about: Useful documentation about Modrinth's API - url: https://docs.modrinth.com From 7eb4bb27f03a74cf28e16b92f51fb21e5ce23f20 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:36:32 -0700 Subject: [PATCH 5/6] fix issue location id --- .github/ISSUE_TEMPLATE/3-servers-bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-servers-bug.yml b/.github/ISSUE_TEMPLATE/3-servers-bug.yml index cb7222fac3..a0677ce737 100644 --- a/.github/ISSUE_TEMPLATE/3-servers-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-servers-bug.yml @@ -12,7 +12,7 @@ body: - label: I have tried resolving the issue using the [support portal](https://support.modrinth.com) required: true - type: dropdown - id: browsers + id: issue-location attributes: label: Is this an issue in the control panel or with the Minecraft server itself? options: From fc15426ea90a53ea0e2eb2a0aa21be4111154e4f Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:42:21 -0700 Subject: [PATCH 6/6] more updates --- .github/ISSUE_TEMPLATE/1-app-bug.yml | 2 +- .github/ISSUE_TEMPLATE/4-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 21867c1dde..fad0c15ca1 100644 --- a/.github/ISSUE_TEMPLATE/1-app-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-app-bug.yml @@ -1,5 +1,5 @@ name: 🎮 Bug with Modrinth App -description: For issues with the Modrinth App launcher. +description: For issues with Modrinth App. labels: [app] type: 'bug' body: diff --git a/.github/ISSUE_TEMPLATE/4-api-bug.yml b/.github/ISSUE_TEMPLATE/4-api-bug.yml index db707b84a4..00fac9bac5 100644 --- a/.github/ISSUE_TEMPLATE/4-api-bug.yml +++ b/.github/ISSUE_TEMPLATE/4-api-bug.yml @@ -1,6 +1,6 @@ name: 🛠 Bug with Modrinth API description: For issues with the Modrinth API for developers. -labels: [backend] +labels: [api, backend] type: 'bug' body: - type: checkboxes