doc: update bug report template
This commit is contained in:
parent
bc41badff1
commit
02e05e46b0
|
|
@ -8,12 +8,20 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**Information**
|
**Information**
|
||||||
<!-- Make sure that your issue is not one of the known issues in the Solaar documentation at https://pwr-solaar.github.io/Solaar/ -->
|
<!-- Make sure that your issue is not one of the known issues in the
|
||||||
<!-- Do not bother opening an issue for a version older than 1.1.8. Upgrade to the latest version and see if your issue persists. -->
|
Solaar documentation at https://pwr-solaar.github.io/Solaar/ -->
|
||||||
<!-- If you are not running the current version of Solaar, strongly consider upgrading to the newest version. -->
|
<!-- Make sure that Solaar's udev rule is running by executing
|
||||||
|
`ls -l /dev/hidraw*` and looking for + as the last character of the permissions. -->
|
||||||
|
<!-- Do not bother opening an issue for a version older than 1.1.14.
|
||||||
|
Upgrade to the current version and see if your issue persists. -->
|
||||||
|
<!-- If you are not running the current version of Solaar,
|
||||||
|
strongly consider upgrading to the current version. -->
|
||||||
|
<!-- Note that some distributions have very old versions of Solaar
|
||||||
|
as their default version. -->
|
||||||
|
|
||||||
- Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository):
|
- Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository):
|
||||||
- Distribution:
|
- Distribution:
|
||||||
- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE`
|
- Kernel version (ex. `uname -srmo`):
|
||||||
- Output of `solaar show`:
|
- Output of `solaar show`:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
@ -34,11 +42,11 @@ CONTENTS HERE
|
||||||
|
|
||||||
|
|
||||||
- Errors or warrnings from Solaar:
|
- Errors or warrnings from Solaar:
|
||||||
<!-- Under normal operation Solaar keeps a log of warning and error messages in ~/.tmp
|
<!-- Under normal operation Solaar keeps a log of warning and error messages
|
||||||
while it is running as a file starting with 'Solaar'.
|
in ~/.tmp while it is running, as a file starting with 'Solaar'.
|
||||||
If this file is not available or does not have useful information you can
|
If this file is not available or does not have useful information you can
|
||||||
run Solaar as `solaar -dd`, after killing any running Solaar processes to
|
run Solaar as `solaar -ddd`, after killing any running Solaar processes to
|
||||||
have Solaar log informational, warning, and error messages to stdout. -->
|
have Solaar log debug, informational, warning, and error messages to stdout. -->
|
||||||
|
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue