mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
name: Bug Report
|
|
labels: ["bug"]
|
|
description: 'Please use this template if you encountered rendering issues or glitches (not a crash or freeze)'
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: yuzu Version
|
|
description: 'The version of yuzu you were using when the issue happened'
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: 'Please describe what happened?'
|
|
placeholder: |
|
|
- Which game is this?
|
|
- Does this issue also happen in the AppImage version?
|
|
- What were you doing when the issue happened?
|
|
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
|
|
description: 'Please attach the yuzu log file here (how to obtain it: https://yuzu-emu.org/help/reference/log-files/)'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Remarks
|
|
description: 'Do you have something notable to mention? Anything that will give us more context about this issue?'
|
|
validations:
|
|
required: false
|