mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-20 12:40:21 +02:00
Update bug_report.yml
This commit is contained in:
@@ -5,6 +5,10 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
**Turn off all mods before filing.** Disable everything in the launcher's MODS
|
||||||
|
tab, confirm the bug still happens, then open this. Bugs that only show up with
|
||||||
|
mods on belong with the mod author, not here.
|
||||||
|
|
||||||
A screenshot is worth more than any description. If you can grab one, grab one.
|
A screenshot is worth more than any description. If you can grab one, grab one.
|
||||||
If you genuinely can't, that's fine, but then the details below need to be thorough
|
If you genuinely can't, that's fine, but then the details below need to be thorough
|
||||||
enough that someone can find the bug without ever seeing your screen.
|
enough that someone can find the bug without ever seeing your screen.
|
||||||
@@ -51,22 +55,24 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: checkboxes
|
||||||
id: mods_enabled
|
id: mods_off
|
||||||
attributes:
|
attributes:
|
||||||
label: Were any mods on
|
label: Mods off
|
||||||
description: Check the MODS tab in the launcher if you're not sure.
|
description: >
|
||||||
|
Turn off every mod in the launcher's MODS tab and reproduce the bug
|
||||||
|
before submitting. Do not file vanilla bugs with mods still enabled.
|
||||||
options:
|
options:
|
||||||
- "No"
|
- label: I turned off all mods and can still reproduce this
|
||||||
- "Yes"
|
required: true
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: mods_which
|
id: mods_which
|
||||||
attributes:
|
attributes:
|
||||||
label: Which mods (if any were on)
|
label: Which mods (if you first noticed this with any on)
|
||||||
description: List the enabled mods. Leave blank if none were on.
|
description: >
|
||||||
|
Optional. If you originally hit this with mods enabled, list them —
|
||||||
|
but only after you've confirmed it still happens with all of them off.
|
||||||
placeholder: nuzlocke 1.0.0, running-shoes 0.3
|
placeholder: nuzlocke 1.0.0, running-shoes 0.3
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user