issue_template: better explanation ...

... for how to upload the log files
This commit is contained in:
liushuyu 2022-11-26 18:04:56 -07:00
parent 235dc378b9
commit c6ed09e3f6
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
2 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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