From fa00fa30045f4dfac74e95d0b0536b81fab0000e Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:31:48 +1000 Subject: [PATCH] Update i-have-an-issue.yml --- .github/ISSUE_TEMPLATE/i-have-an-issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml index b50ae9b3..3e06e85a 100755 --- a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml +++ b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml @@ -1,5 +1,5 @@ name: Bug Report -description: 'When submitting an issue enable debug and have a look at the docs.' +description: 'When submitting an issue enable LOG_LEVEL="trace" and have a look at the docs.' labels: ['bug 🐛'] body: - type: checkboxes @@ -64,7 +64,7 @@ body: ***Generally speaking, all bug reports should have logs provided.*** Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. Additionally, any additional info? Screenshots? References? Anything that will give us more context about the issue you are encountering! - You can use `tail -100 /app/front/log/app.log` in the container if you have troubles getting to the log files. + You can use `tail -100 /app/front/log/app.log` in the container if you have trouble getting to the log files. validations: required: false - type: checkboxes