mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
add details/summary to issue template (#732)
This commit is contained in:
parent
847261c2ca
commit
352574d387
1 changed files with 8 additions and 1 deletions
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -28,7 +28,14 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- Architecture
|
- Architecture
|
||||||
- Docker version
|
- Docker version
|
||||||
|
|
||||||
**Logs from running watchtower with the `--debug` option**
|
<details>
|
||||||
|
<summary><b> Logs from running watchtower with the <code>--debug</code> option </b></summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue