mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-09 17:25:37 -06:00
add log to app bug template (#4609)
This commit is contained in:
parent
583e6851fd
commit
60a5b23d25
7
.github/ISSUE_TEMPLATE/app-bug-report.yaml
vendored
7
.github/ISSUE_TEMPLATE/app-bug-report.yaml
vendored
@ -74,3 +74,10 @@ body:
|
|||||||
placeholder: "Example: 16 GB"
|
placeholder: "Example: 16 GB"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: "Log File"
|
||||||
|
description: Drag and drop the log file here. It can be found by right clicking on a game name -> Open Folder... -> Open Log Folder. Make sure that the log `sync` option is ticked.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user