mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix discussion templates (#13292)
* Fix yaml spacing for discussion templates * Remove browser question from detectors
This commit is contained in:
parent
19c253b429
commit
1529ee59fe
16
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
16
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
title: "[Config Support]: "
|
title: "[Config Support]: "
|
||||||
labels: ["support", "triage"]
|
labels: ["support", "triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Use this form for support or questions related to Frigate's configuration and config file.
|
Use this form for support or questions related to Frigate's configuration and config file.
|
||||||
@ -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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
title: "[Detector Support]: "
|
title: "[Detector Support]: "
|
||||||
labels: ["support", "triage"]
|
labels: ["support", "triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Use this form for support or questions related to Frigate's object detectors.
|
Use this form for support or questions related to Frigate's object detectors.
|
||||||
@ -24,12 +24,6 @@ body:
|
|||||||
description: Visible on the System page in the Web UI. Please include the full version including the build identifier (eg. 0.14.0-ea36ds1)
|
description: Visible on the System page in the Web UI. Please include the full version including the build identifier (eg. 0.14.0-ea36ds1)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What browser(s) are you using?
|
|
||||||
placeholder: Google Chrome 88.0.4324.150
|
|
||||||
description: >
|
|
||||||
Provide the full name and don't forget to add the version!
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: config
|
id: config
|
||||||
attributes:
|
attributes:
|
||||||
|
2
.github/DISCUSSION_TEMPLATE/question.yml
vendored
2
.github/DISCUSSION_TEMPLATE/question.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
title: "[Question]: "
|
title: "[Question]: "
|
||||||
labels: ["question"]
|
labels: ["question"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Use this form for questions you have about Frigate.
|
Use this form for questions you have about Frigate.
|
||||||
|
Loading…
Reference in New Issue
Block a user