org.yuzu_emu.yuzu/.github/ISSUE_TEMPLATE/bug-report.yml

40 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2022-07-20 03:22:10 +00:00
name: Bug Report
2022-07-20 03:05:08 +00:00
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 (can be found on the title bar)'
2022-07-20 03:05:08 +00:00
- 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: 'bash session'
2022-07-20 03:05:08 +00:00
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/)
Please **avoid pasting the log** into this box. Instead, use the __file upload__ function to attach the file.
2022-07-20 03:05:08 +00:00
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