mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-14 05:59:26 +01:00
adding <details> into template
This commit is contained in:
parent
bd90b59f92
commit
7d5f9b41d2
10
.github/ISSUE_TEMPLATE.md
vendored
10
.github/ISSUE_TEMPLATE.md
vendored
@ -17,6 +17,16 @@ If you got it from Google Play, please note [that version](https://github.com/Ta
|
|||||||
|
|
||||||
#### Your issue is:
|
#### Your issue is:
|
||||||
*If possible, please attach [logs](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Log-Files)! that might help identifying the problem.*
|
*If possible, please attach [logs](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Log-Files)! that might help identifying the problem.*
|
||||||
|
*Long logs can be also included but make sure to tuck them into the `details` tag:*
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click to see my log, which is a bit longer</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
Here go lines of that log.
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
#### Your wearable device is:
|
#### Your wearable device is:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user