From 9a4fb35ea59c910b7c87ea3e1de6b1a660a82464 Mon Sep 17 00:00:00 2001 From: "Jokob @NetAlertX" <96159884+jokob-sk@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:59:34 +1100 Subject: [PATCH] Refine labels and descriptions in issue template Updated labels and descriptions for issue template fields to improve clarity and formatting. --- .github/ISSUE_TEMPLATE/i-have-an-issue.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml index 7ae43bf1..1aab8ae2 100755 --- a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml +++ b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml @@ -44,7 +44,7 @@ body: required: false - type: textarea attributes: - label: app.conf + label: Relevant `app.conf` settings description: | Paste relevant `app.conf`settings (remove sensitive info) render: python @@ -55,7 +55,7 @@ body: label: docker-compose.yml description: | Paste your `docker-compose.yml` - render: python + render: yaml validations: required: false - type: dropdown @@ -79,7 +79,11 @@ body: required: true - type: textarea attributes: - label: app.log + label: Relevant `app.log` section + value: | + ``` + PASTE LOG HERE. Using the triple backticks preserves format. + ``` description: | Logs with debug enabled (https://github.com/jokob-sk/NetAlertX/blob/main/docs/DEBUG_TIPS.md) ⚠ ***Generally speaking, all bug reports should have logs provided.***