mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 06:27:07 +00:00
issue_template: better explanation ...
... for how to upload the log files
This commit is contained in:
parent
235dc378b9
commit
c6ed09e3f6
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -5,7 +5,7 @@ body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: yuzu Version
|
||||
description: 'The version of yuzu you were using when the issue happened'
|
||||
description: 'The version of yuzu you were using when the issue happened (can be found on the title bar)'
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
@ -20,13 +20,15 @@ body:
|
||||
attributes:
|
||||
label: System Information
|
||||
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
||||
render: shell
|
||||
render: 'bash session'
|
||||
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/)'
|
||||
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.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
8
.github/ISSUE_TEMPLATE/crash-report.yml
vendored
8
.github/ISSUE_TEMPLATE/crash-report.yml
vendored
@ -5,7 +5,7 @@ body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: yuzu Version
|
||||
description: 'The version of yuzu you were using when this crash happened'
|
||||
description: 'The version of yuzu you were using when this crash happened (can be found on the title bar)'
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
@ -28,13 +28,15 @@ body:
|
||||
attributes:
|
||||
label: System Information
|
||||
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
||||
render: shell
|
||||
render: 'bash session'
|
||||
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))'
|
||||
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))
|
||||
Please **avoid pasting the log** into this box. Instead, use the __file upload__ function to attach the file.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
|
Loading…
Reference in New Issue
Block a user