Enhance issue template with Docker logs instructions

Added instructions for pasting Docker logs in the issue template.
This commit is contained in:
Jokob @NetAlertX
2025-11-18 13:54:59 +11:00
committed by GitHub
parent 81ff1da756
commit a1ad904042

View File

@@ -93,6 +93,10 @@ body:
label: Docker Logs
description: |
You can retrieve the logs from Portainer -> Containers -> your NetAlertX container -> Logs or by running `sudo docker logs netalertx`.
value: |
```
PASTE DOCKER LOG HERE. Using the triple backticks preserves format.
```
validations:
required: true