mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-01-07 18:34:06 +00:00
50 lines
1.7 KiB
YAML
50 lines
1.7 KiB
YAML
|
name: Crash Report
|
||
|
labels: ["bug"]
|
||
|
description: 'Please use this template if you experienced a crash or freeze'
|
||
|
body:
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: yuzu Version
|
||
|
description: 'The version of yuzu you were using when this crash happened'
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Description
|
||
|
description: 'Please describe what you were doing before and when this crash happened'
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
attributes:
|
||
|
label: Reproduction Certainty
|
||
|
description: 'Can you always reproduce this crash? Does this crash happens very often or happens rarely?'
|
||
|
multiple: false
|
||
|
options:
|
||
|
- Always
|
||
|
- Not always, but often
|
||
|
- Sometimes
|
||
|
- Rarely
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: System Information
|
||
|
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
||
|
render: shell
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Logs and Backtraces
|
||
|
description: 'If possible, please attach the yuzu log file and/or debugger backtrace file here ([how to obtain them](https://github.com/flathub/org.yuzu_emu.yuzu/blob/master/README.md#obtaining-necessary-information-for-bug-reports))'
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Remarks
|
||
|
description: 'Do you have something notable to mention? Anything that will give us more context?'
|
||
|
placeholder: |
|
||
|
- Does this issue also happen in the AppImage version?
|
||
|
- Did you notice any anomalies prior to the crash?
|
||
|
- Does this crash happen in older Flatpak versions?
|
||
|
validations:
|
||
|
required: false
|