56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
|
name: Bug Report
|
||
|
about: File a bug report
|
||
|
title: ''
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thank you for taking the time to fill out this bug report!
|
||
|
- type: textarea
|
||
|
id: what-happened
|
||
|
attributes:
|
||
|
label: What happened?
|
||
|
description: Also tell us, what did you expect to happen?
|
||
|
placeholder: Tell us what you see!
|
||
|
value: 'A bug happened!'
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: reproduction
|
||
|
attributes:
|
||
|
label: Reproduction steps
|
||
|
description: Please provide detailed steps to reproduce the bug.
|
||
|
placeholder: Tell us how to reproduce the bug!
|
||
|
value: '1. Do this\n2. Do that\n3. Do this other thing\n4. Bug happens!'
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: dropdown
|
||
|
id: environment
|
||
|
attributes:
|
||
|
label: Environment
|
||
|
description: What environment type does this bug effect?
|
||
|
options:
|
||
|
- Client
|
||
|
- Server
|
||
|
multiple: true
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
id: specificity
|
||
|
attributes:
|
||
|
label: Specificity
|
||
|
description: Is this bug caused by a modpack-specific change, or is it reproducible with just the involved mods?
|
||
|
options:
|
||
|
- Modpack-specific
|
||
|
- Mod-specific
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: logs
|
||
|
attributes:
|
||
|
label: Relevant log output
|
||
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||
|
render: java
|
||
|
validations:
|
||
|
required: false
|