From 024004f5a1fc6e235d3303238e0bc01668c4e3c7 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 26 Feb 2023 11:54:00 +1100 Subject: [PATCH] docs: fix issue template (#4993) --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .../templates/github_issue_template_bug_report.yml.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2d80ed8a7..6794b8e78 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -134,8 +134,8 @@ body: attributes: label: Logs (Authelia) description: | - Provide complete logs with the log level set to debug or trace. Complete means from application start until the - issue occurring. The template will automatically put this content in a code block so you can just paste it. + Provide complete logs with the log level set to debug or trace. Complete means from application start until the + issue occurring. The template will automatically put this content in a code block so you can just paste it. render: shell validations: required: true diff --git a/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl b/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl index d83699659..04349e6ba 100644 --- a/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl +++ b/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl @@ -96,8 +96,8 @@ body: attributes: label: Logs (Authelia) description: | - Provide complete logs with the log level set to debug or trace. Complete means from application start until the - issue occurring. The template will automatically put this content in a code block so you can just paste it. + Provide complete logs with the log level set to debug or trace. Complete means from application start until the + issue occurring. The template will automatically put this content in a code block so you can just paste it. render: shell validations: required: true