From a1ad904042b65173c1f1e2ca8122ba99ef1947c8 Mon Sep 17 00:00:00 2001 From: "Jokob @NetAlertX" <96159884+jokob-sk@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:54:59 +1100 Subject: [PATCH] Enhance issue template with Docker logs instructions Added instructions for pasting Docker logs in the issue template. --- .github/ISSUE_TEMPLATE/i-have-an-issue.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml index 49c21793..7ae43bf1 100755 --- a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml +++ b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml @@ -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