PowerTools/.github/ISSUE_TEMPLATE/bug-report.yml

73 lines
2.4 KiB
YAML
Raw Permalink Normal View History

2023-01-02 14:22:42 +00:00
name: "Bug Report"
description: "Report an issue with PowerTools"
labels: "bug"
body:
- type: textarea
id: expected-behaviour
attributes:
label: Expected Behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual Behaviour
description: A clear and concise description of what actually happened.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '.....'
4. See error......
validations:
required: true
- type: textarea
id: extras
attributes:
label: Anything else?
description: |
Screenshots? Logs? pt_oc.json? limits_overrides.json? Anything that will give more context about the problem!
2023-01-02 14:22:42 +00:00
If applicable, add screenshots to help explain your problem.
Please include the log (located at `/tmp/powertools.log`) if possible.
Note: the log is deleted when the device is restarted.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
2023-05-26 00:28:20 +01:00
- type: input
2023-01-02 14:22:42 +00:00
id: version
attributes:
label: Version
2023-03-14 16:02:04 +00:00
description: What version of PowerTools are you using? This is the version beside `Native` near the bottom of the plugin's UI.
2023-01-02 14:22:42 +00:00
validations:
required: true
2023-05-26 00:28:20 +01:00
- type: input
2023-01-02 14:22:42 +00:00
id: platform
attributes:
label: Platform
2023-01-16 22:15:52 +00:00
description: What driver is PowerTools using?
2023-05-26 00:28:20 +01:00
value: SteamDeck
2023-01-16 22:15:52 +00:00
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: OS
description: On which operating system are you running PowerTools?
options:
- _
- SteamOS 3 (Stable)
- SteamOS 3 (Preview/Beta)
2023-05-26 00:28:20 +01:00
- SteamOS 3 (Main)
- HoloISO
2023-01-02 14:22:42 +00:00
- Not listed
validations:
required: true