docs: put show output in a details block in issue templates
This commit is contained in:
parent
5642a658ab
commit
ec9ac9c920
|
@ -13,9 +13,13 @@ assignees: ''
|
||||||
- Distribution:
|
- Distribution:
|
||||||
- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE`
|
- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE`
|
||||||
- Output of `solaar show`:
|
- Output of `solaar show`:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
```
|
```
|
||||||
OUTPUT HERE
|
OUTPUT HERE
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
|
@ -13,9 +13,14 @@ assignees: ''
|
||||||
- Distribution:
|
- Distribution:
|
||||||
- Kernel version (ex. `uname -srmo`):
|
- Kernel version (ex. `uname -srmo`):
|
||||||
- Output of `solaar show` for the target device (if applicable):
|
- Output of `solaar show` for the target device (if applicable):
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
```
|
```
|
||||||
OUTPUT HERE
|
OUTPUT HERE
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
Loading…
Reference in New Issue