diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2024-02-23 16:18:31 -0800 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-04-22 13:17:30 -0400 |
| commit | 6f7dd26d56d1c9c8d785b4a5cac6087b1192b8f8 (patch) | |
| tree | 5da21774e5caea5eb085a0a9b9b0bf4820774f07 | |
| parent | 28aca03f0d37686e822053fc7387502917ff283c (diff) | |
| download | decky-loader-6f7dd26d56d1c9c8d785b4a5cac6087b1192b8f8.tar.gz decky-loader-6f7dd26d56d1c9c8d785b4a5cac6087b1192b8f8.zip | |
Update bug_report.yml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e54fd8ef..3be71c1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,7 @@ body: label: SteamOS version # description: Can be found with `uname -a` # placeholder: "Linux steamdeck 5.13.0-valve36-1-neptune #1 SMP PREEMPT Mon, 19 Dec 2022 23:39:41 +0000 x86_64 GNU/Linux" - placeholder: "SteamOS 3.4.3 Stable" + placeholder: "SteamOS 3.5.7 Stable" validations: required: true @@ -67,8 +67,18 @@ body: - type: textarea attributes: - label: Logs + label: Backend Logs description: Please reboot your deck (if possible) when attempting to recreate the issue, then run ``cd ~ && journalctl -b0 -u plugin_loader.service > deckylog.txt``. This will save the log file to ``~`` aka ``/home/deck``. Please upload the file here placeholder: deckylog.txt validations: required: true + + - type: textarea + attributes: + label: Frontend Logslike move here + description: Please copy from your deck ~/.steam/steam/logs/cef_log.txt and ~/..steam/steam/logs/cef_log.previous.txt + placeholder: cef_log.txt + validations: + required: true + + |
