You've already forked AstralRinth
forked from didirus/AstralRinth
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>
This commit is contained in:
7
.github/ISSUE_TEMPLATE/1-app-bug.yml
vendored
7
.github/ISSUE_TEMPLATE/1-app-bug.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: 🎮 Modrinth App bug
|
name: 🎮 Bug with Modrinth App
|
||||||
description: Report an issue in the Modrinth Launcher.
|
description: For issues with Modrinth App.
|
||||||
labels: [bug, app]
|
labels: [app]
|
||||||
|
type: 'bug'
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
7
.github/ISSUE_TEMPLATE/2-web-bug.yml
vendored
7
.github/ISSUE_TEMPLATE/2-web-bug.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: 🌐 Website bug (modrinth.com)
|
name: 🌐 Bug with Modrinth.com
|
||||||
description: Report an issue on the Modrinth website.
|
description: For issues with the Modrinth website.
|
||||||
labels: [bug, web]
|
labels: [website]
|
||||||
|
type: 'bug'
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
63
.github/ISSUE_TEMPLATE/3-servers-bug.yml
vendored
Normal file
63
.github/ISSUE_TEMPLATE/3-servers-bug.yml
vendored
Normal file
@@ -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: issue-location
|
||||||
|
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
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
name: 🛠️ API issue (api.modrinth.com)
|
name: 🛠 Bug with Modrinth API
|
||||||
description: Report an issue regarding the Modrinth API.
|
description: For issues with the Modrinth API for developers.
|
||||||
labels: [bug, backend]
|
labels: [api, backend]
|
||||||
|
type: 'bug'
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: 💡 Feature Request
|
name: 💡 Feature request
|
||||||
description: Suggest an idea
|
description: Suggest an idea
|
||||||
labels: [enhancement]
|
type: 'feature'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
@@ -17,9 +17,10 @@ body:
|
|||||||
label: What parts of Modrinth is your feature request related too?
|
label: What parts of Modrinth is your feature request related too?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- App
|
- Modrinth App
|
||||||
- Website
|
- Modrinth.com website
|
||||||
- API
|
- Modrinth Servers
|
||||||
|
- Modrinth API for developers
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your suggested feature related to a problem? Please describe.
|
label: Is your suggested feature related to a problem? Please describe.
|
||||||
14
.github/ISSUE_TEMPLATE/config.yml
vendored
14
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,14 +1,8 @@
|
|||||||
blank_issues_enabled: true
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 🫶 Support Portal
|
- name: 🫶 Support portal
|
||||||
about: Get support using through our portal.
|
about: Get support using through our support website.
|
||||||
url: https://support.modrinth.com
|
url: https://support.modrinth.com
|
||||||
- name: 💬 Chat
|
- name: 💬 Chat on Discord
|
||||||
about: Join our Discord server to chat about Modrinth.
|
about: Join our Discord server to chat about Modrinth.
|
||||||
url: https://discord.modrinth.com
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user