mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 07:05:24 +03:00
Fix yaml spacing for discussion templates
This commit is contained in:
parent
ff34af2c1f
commit
9a1132590b
14
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
14
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
@ -33,10 +33,18 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: frigatelogs
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
label: Relevant Frigate log output
|
||||||
description: Please copy and paste any relevant log output, including any go2rtc and Frigate logs. Include logs before and after your exact error when possible. This will be automatically formatted into code, so no need for backticks.
|
description: Please copy and paste any relevant Frigate log output. Include logs before and after your exact error when possible. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: go2rtclogs
|
||||||
|
attributes:
|
||||||
|
label: Relevant go2rtc log output
|
||||||
|
description: Please copy and paste any relevant go2rtc log output. Include logs before and after your exact error when possible. This will be automatically formatted into code, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user