diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-11-19 14:19:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-19 14:19:33 -0800 |
| commit | f923306a7fe01f0841f34ccb884e1bcc68a81157 (patch) | |
| tree | 5f9dc05d81ed9d847975ec6df6a0a663877a7d21 /.github/ISSUE_TEMPLATE | |
| parent | 478fe3252726110ef00f8492ddae32fe224be298 (diff) | |
| download | decky-loader-f923306a7fe01f0841f34ccb884e1bcc68a81157.tar.gz decky-loader-f923306a7fe01f0841f34ccb884e1bcc68a81157.zip | |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f30d5e5e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Description** +[A clear and concise description of what the bug is.] + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +[A clear and concise description of what you expected to happen.] + +**Screenshots** +[If applicable, add screenshots to help explain your problem.] + +**Version information** + - SteamOS Version: ``[Run ``uname -a`` and place the output here. Leave the single quotations outside.]`` + - Selected Update Channel: [Stable, Beta or Preview.] + +**Logs** +[Please reboot your deck (if possible) when attempting to recreate the issue, then run +``cd ~ && journalctl -b0 -u plugin_loader.service > backendlog.txt``. This will save the log file to ``~`` aka ``/home/deck``. Please upload the file here in place of this textblock.] + +**Additional context** +Have you modified the read-only filesystem at any point? +[Yes or No.] |
