diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-02-26 11:54:00 +1100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 11:54:00 +1100 | 
| commit | 024004f5a1fc6e235d3303238e0bc01668c4e3c7 (patch) | |
| tree | adb66ea4cd0cb81063f0aa944a6c8d54dde6f162 /cmd/authelia-gen | |
| parent | 965f11aa9bbdfe09aff503c259360f7156e40ba1 (diff) | |
docs: fix issue template (#4993)
Diffstat (limited to 'cmd/authelia-gen')
| -rw-r--r-- | cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl | 4 | 
1 files changed, 2 insertions, 2 deletions
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  | 
