docs: update issue template (#4992)
parent
19e7cb971f
commit
965f11aa9b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
package cmd
|
||||
|
||||
const (
|
||||
versionSwaggerUI = "4.15.5"
|
||||
versionSwaggerUI = "4.16.1"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue