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:
|
||||
- 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.
|
||||
|
|
|
@ -13,9 +13,14 @@ assignees: ''
|
|||
- Distribution:
|
||||
- Kernel version (ex. `uname -srmo`):
|
||||
- Output of `solaar show` for the target device (if applicable):
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
OUTPUT HERE
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
**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 [...]
|
||||
|
|
Loading…
Reference in New Issue