diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2024-09-05 12:14:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 12:14:33 -0700 |
| commit | 494f8dac5e373371df7656bdd379696ffd530b3c (patch) | |
| tree | b0b82641d2d38a6e3d52895009115a82ea7fd5c8 /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | bcc14848c58518668f04d67412e16f98cbdd9d34 (diff) | |
| download | decky-loader-494f8dac5e373371df7656bdd379696ffd530b3c.tar.gz decky-loader-494f8dac5e373371df7656bdd379696ffd530b3c.zip | |
Update bug_report.yml
Add new field requiring all installed plugins to be listed.
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1b34f7d1..76e7bb4f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,16 +59,33 @@ body: - 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 + attributes: 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 - placeholder: Yes, I've installed neofetch via pacman. + description: "Describe how here, if you haven't done anything you can leave this blank" + placeholder: "Yes, I've installed neofetch via pacman." validations: required: false - type: textarea attributes: 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 validations: required: true |
