Skip to content

Commit a547f7a

Browse files
authored
Update issue templates (#4606)
* Update 1-app-bug.yml Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com> * update the rest of the templates * Update issue template formatting further * Disable blank issue + get rid of some contact links * fix issue location id * more updates --------- Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com>
1 parent f78fbe3 commit a547f7a

File tree

6 files changed

+85
-24
lines changed

6 files changed

+85
-24
lines changed

.github/ISSUE_TEMPLATE/1-app-bug.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: 🎮 Modrinth App bug
2-
description: Report an issue in the Modrinth Launcher.
3-
labels: [bug, app]
1+
name: 🎮 Bug with Modrinth App
2+
description: For issues with Modrinth App.
3+
labels: [app]
4+
type: 'bug'
45
body:
56
- type: checkboxes
67
attributes:

.github/ISSUE_TEMPLATE/2-web-bug.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: 🌐 Website bug (modrinth.com)
2-
description: Report an issue on the Modrinth website.
3-
labels: [bug, web]
1+
name: 🌐 Bug with Modrinth.com
2+
description: For issues with the Modrinth website.
3+
labels: [website]
4+
type: 'bug'
45
body:
56
- type: checkboxes
67
attributes:
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: 🌐 Bug with Modrinth Servers
2+
description: For issues with a Modrinth Servers product.
3+
labels: [servers]
4+
type: 'bug'
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Please confirm the following.
9+
options:
10+
- label: I checked the [existing issues](https://github.com/modrinth/code/issues?q=is%3Aissue) for duplicate problems
11+
required: true
12+
- label: I have tried resolving the issue using the [support portal](https://support.modrinth.com)
13+
required: true
14+
- type: dropdown
15+
id: issue-location
16+
attributes:
17+
label: Is this an issue in the control panel or with the Minecraft server itself?
18+
options:
19+
- Control panel (on Modrinth.com)
20+
- Minecraft server
21+
validations:
22+
required: true
23+
- type: dropdown
24+
id: browsers
25+
attributes:
26+
label: What browsers are you seeing the problem on? (if a panel issue)
27+
multiple: true
28+
options:
29+
- N/A
30+
- Chrome (including Arc, Brave, Opera, Vivaldi)
31+
- Microsoft Edge
32+
- Firefox
33+
- Safari
34+
- Other (please specify)
35+
- type: textarea
36+
attributes:
37+
label: Describe the bug
38+
description: A clear and concise description of what the bug is. Include screenshots if applicable.
39+
validations:
40+
required: false
41+
- type: textarea
42+
attributes:
43+
label: Steps to reproduce
44+
description: Steps to reproduce the behavior.
45+
placeholder: |
46+
1. Go to '...'
47+
2. Click on '...'
48+
3. Scroll down to '...'
49+
4. See error
50+
validations:
51+
required: false
52+
- type: textarea
53+
attributes:
54+
label: Expected behavior
55+
description: A clear and concise description of what you expected to happen.
56+
validations:
57+
required: false
58+
- type: textarea
59+
attributes:
60+
label: Additional context
61+
description: Add any other context about the problem here.
62+
validations:
63+
required: false

.github/ISSUE_TEMPLATE/3-api-bug.yml renamed to .github/ISSUE_TEMPLATE/4-api-bug.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: 🛠️ API issue (api.modrinth.com)
2-
description: Report an issue regarding the Modrinth API.
3-
labels: [bug, backend]
1+
name: 🛠 Bug with Modrinth API
2+
description: For issues with the Modrinth API for developers.
3+
labels: [api, backend]
4+
type: 'bug'
45
body:
56
- type: checkboxes
67
attributes:

.github/ISSUE_TEMPLATE/4-feature-request.yml renamed to .github/ISSUE_TEMPLATE/5-feature-request.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 💡 Feature Request
1+
name: 💡 Feature request
22
description: Suggest an idea
3-
labels: [enhancement]
3+
type: 'feature'
44

55
body:
66
- type: checkboxes
@@ -17,9 +17,10 @@ body:
1717
label: What parts of Modrinth is your feature request related too?
1818
multiple: true
1919
options:
20-
- App
21-
- Website
22-
- API
20+
- Modrinth App
21+
- Modrinth.com website
22+
- Modrinth Servers
23+
- Modrinth API for developers
2324
- type: textarea
2425
attributes:
2526
label: Is your suggested feature related to a problem? Please describe.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: 🫶 Support Portal
4-
about: Get support using through our portal.
3+
- name: 🫶 Support portal
4+
about: Get support using through our support website.
55
url: https://support.modrinth.com
6-
- name: 💬 Chat
6+
- name: 💬 Chat on Discord
77
about: Join our Discord server to chat about Modrinth.
88
url: https://discord.modrinth.com
9-
- name: 🛣️ Roadmap
10-
about: View our Roadmap. Please do not open issues for items on our roadmap.
11-
url: https://roadmap.modrinth.com
12-
- name: 📚 Documentation
13-
about: Useful documentation about Modrinth's API
14-
url: https://docs.modrinth.com

0 commit comments

Comments
 (0)