docs: update issue template (#4992)
parent
19e7cb971f
commit
965f11aa9b
|
@ -133,7 +133,9 @@ body:
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs (Authelia)
|
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
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -95,7 +95,9 @@ body:
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs (Authelia)
|
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
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
const (
|
const (
|
||||||
versionSwaggerUI = "4.15.5"
|
versionSwaggerUI = "4.16.1"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue