Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Oct 18, 2024
1 parent 8f25482 commit 4e80345
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 4e80345

Please sign in to comment.