docs: put show output in a details block in issue templates

This commit is contained in:
Peter F. Patel-Schneider 2021-03-06 07:36:48 -05:00
parent 5642a658ab
commit ec9ac9c920
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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 [...]