diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fad7883f8..2d80ed8a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -133,7 +133,9 @@ body: id: logs attributes: label: Logs (Authelia) - description: Provide complete debug logs (the template will automatically put this content in a code block) + 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. 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 6e143e3e6..d83699659 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 @@ -95,7 +95,9 @@ body: id: logs attributes: label: Logs (Authelia) - description: Provide complete debug logs (the template will automatically put this content in a code block) + 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. render: shell validations: required: true diff --git a/cmd/authelia-scripts/cmd/gen.go b/cmd/authelia-scripts/cmd/gen.go index fb9464135..e51ab8ad3 100644 --- a/cmd/authelia-scripts/cmd/gen.go +++ b/cmd/authelia-scripts/cmd/gen.go @@ -7,5 +7,5 @@ package cmd const ( - versionSwaggerUI = "4.15.5" + versionSwaggerUI = "4.16.1" )