Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
issue_template: better explanation ...
Browse files Browse the repository at this point in the history
... for how to upload the log files
  • Loading branch information
liushuyu committed Nov 27, 2022
1 parent 235dc37 commit c6ed09e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/crash-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c6ed09e

Please sign in to comment.