mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: yuzu Version
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
@ -20,13 +20,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: System Information
|
label: System Information
|
||||||
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
||||||
render: shell
|
render: 'bash session'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- 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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: yuzu Version
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
@ -28,13 +28,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: System Information
|
label: System Information
|
||||||
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
|
||||||
render: shell
|
render: 'bash session'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs and Backtraces
|
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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
Reference in New Issue
Block a user