mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:32:00 +00:00
Update bug_report.yml
Add new field requiring all installed plugins to be listed.
This commit is contained in:
@@ -57,18 +57,35 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Decky Loader Version
|
||||||
|
description: Specify the exact version of Decky.
|
||||||
|
placeholder: v3.0.0-pre12
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Plugin Info
|
||||||
|
description: Include all plugins installed including their version. Helpful script here: https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/scripts/plugin-info.sh
|
||||||
|
placeholder: |
|
||||||
|
If you don't want to collect this info manually you can download plugin-info.sh from our main repo and place it into your home directory, chmod +x plugin-info.sh and then run it with ./plugin-info.sh
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Have you modified the read-only filesystem at any point?
|
label: Have you modified the read-only filesystem at any point?
|
||||||
description: Describe how here, if you haven't done anything you can leave this blank
|
description: "Describe how here, if you haven't done anything you can leave this blank"
|
||||||
placeholder: Yes, I've installed neofetch via pacman.
|
placeholder: "Yes, I've installed neofetch via pacman."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Backend 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
|
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
|
placeholder: deckylog.txt
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user