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:
42
.github/ISSUE_TEMPLATE/4-api-bug.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/4-api-bug.yml
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
name: 🛠 Bug with Modrinth API
|
||||
description: For issues with the Modrinth API for developers.
|
||||
labels: [api, backend]
|
||||
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: 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
|
||||
Reference in New Issue
Block a user