40 lines
975 B
Markdown
40 lines
975 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Information**
|
|
<!-- Make sure that your issue is not one of the known issues in the Solaar documentation at https://pwr-solaar.github.io/Solaar/ -->
|
|
<!-- Do not bother opening an issue for a version older than 1.1.0. Update to the latest version and see if your issue persists. -->
|
|
- Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository):
|
|
- Distribution:
|
|
- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE`
|
|
- Output of `solaar show`:
|
|
|
|
<details>
|
|
|
|
```
|
|
OUTPUT HERE
|
|
```
|
|
</details>
|
|
|
|
**Describe the bug**
|
|
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
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|