Skip to content

Commit ca2a0ef

Browse files
authored
Update bug report template for UXTU4Linux
1 parent 7a3fb1d commit ca2a0ef

1 file changed

Lines changed: 63 additions & 23 deletions

File tree

Lines changed: 63 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,72 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve UXTU4Unix
4-
title: "[BUG]"
5-
labels: ''
6-
assignees: gorouflex
7-
3+
about: Report a problem with UXTU4Linux
4+
title: "[Bug]: "
5+
labels: bug
6+
assignees: ''
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
9+
<!-- Before opening an issue, please check the Troubleshooting wiki page
10+
and search existing issues first. -->
11+
12+
## What happened?
13+
14+
<!-- A clear description of the bug and what you were doing when it occurred. -->
15+
16+
## Expected behavior
17+
18+
<!-- What did you expect to happen instead? -->
19+
20+
## Steps to reproduce
21+
22+
1.
23+
2.
24+
3.
25+
26+
## Affected component
27+
28+
<!-- Delete the ones that don't apply -->
29+
- SMU backend (applying settings / SMN access)
30+
- Daemon / systemd service
31+
- TUI / CLI
32+
- Custom Preset Editor
33+
- Automations / Override (AC/battery/resume)
34+
- AutoOC / Adaptive
35+
- Installation / setup
36+
37+
## Environment
38+
39+
- UXTU4Linux version: <!-- e.g. v0.8.0 or commit hash -->
40+
- CPU model: <!-- e.g. AMD Ryzen 7 7735HS -->
41+
42+
## System information
43+
44+
<!-- Run these and paste the output -->
45+
46+
```
47+
uname -a
48+
cat /etc/os-release | head -n 2
49+
python3 --version
50+
cat /sys/kernel/ryzen_smu_drv/drv_version 2>/dev/null || echo "ryzen_smu not loaded"
51+
sudo dmidecode -t processor | grep -E "Version|Signature|Family|Manufacturer"
52+
```
53+
54+
## Daemon logs
55+
56+
<!-- journalctl -u uxtu4linux.service -n 50 --no-pager -->
57+
58+
```
59+
60+
```
61+
62+
## App config
1263

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
64+
<!-- cat /opt/uxtu4linux/src/Assets/config.ini (remove anything sensitive) -->
1965

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
66+
```ini
2267

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
68+
```
2569

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
70+
## Additional context
3071

31-
**Additional context**
32-
Add any other context about the problem here.
72+
<!-- Screenshots, dmesg output, whether it worked in a previous version, etc. -->

0 commit comments

Comments
 (0)