generated from SteamDeckHomebrew/decky-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f25482
commit 4e80345
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Issue report | ||
description: File an issue report | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Have you updated to the lateset version of the plugin? | ||
description: You can update the plugin via the Update/Reinstall button | ||
options: | ||
- label: I am on the latest version of the plugin | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Bug Description | ||
description: A concise description of the issue you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the issue (if you know how to) | ||
placeholder: | | ||
1. set TDP via slider | ||
2. perform a suspend-resume cycle | ||
3. issue shows up afterwards | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Hardware information | ||
description: | | ||
examples: | ||
- **Distro**: SteamOS 3.6.15 (`cat /etc/os-release`) | ||
- **CPU**: 32-core AMD Ryzen Threadripper 7970X (`inxi` or `cat /proc/cpuinfo`) | ||
- **GPU**: Advanced Micro Devices [AMD/ATI] Navi 31 [Radeon RX 7900 XT/7900 XTX/7900M] (`lspci -nn | grep VGA` or `lshw -C display -numeric` or `vulkaninfo --summary | grep deviceName` | ||
- **Driver Version**: Mesa 24.2.3 or NVIDIA 560.35.03 (`vulkaninfo --summary | grep driverInfo` or `nvidia-smi`) | ||
value: | | ||
- Distro: | ||
- CPU: | ||
- GPU: | ||
- Driver Version: | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Logs, screenshots, or anything else | ||
description: | | ||
Please include any relevant logs or screenshots that will give us more context about the issue you are reporting. | ||
You can find logs for SimpleDeckyTDP in "~/homebrew/logs/SimpleDeckyTDP/" | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Feature request | ||
description: Share ideas for new features | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature request | ||
description: Share your idea for a new feature within SimpleDeckyTDP | ||
validations: | ||
required: false |