You've already forked AstralRinth
* 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>
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
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
|