Issue -> discussion (#9830)

* Link to discussions for support

* Move camera support

* Delete .github/ISSUE_TEMPLATE/camera_support_request.yml

* Create config_support.yml

* Delete .github/ISSUE_TEMPLATE/config_support_request.yml

* Delete .github/ISSUE_TEMPLATE/detector_support_request.yml

* Create detector_support.yml

* Move remaining items

* Create question.yml
This commit is contained in:
Nicolas Mowen 2024-02-16 05:12:40 -07:00 committed by GitHub
parent 5720b63d70
commit a1b5fb81fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 5 deletions

View File

@ -14,7 +14,7 @@ body:
id: version id: version
attributes: attributes:
label: Version label: Version
description: Visible on the Debug page in the Web UI description: Visible on the System page in the Web UI
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -14,7 +14,7 @@ body:
id: version id: version
attributes: attributes:
label: Version label: Version
description: Visible on the Debug page in the Web UI description: Visible on the System page in the Web UI
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -14,7 +14,7 @@ body:
id: version id: version
attributes: attributes:
label: Version label: Version
description: Visible on the Debug page in the Web UI description: Visible on the System page in the Web UI
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -14,7 +14,7 @@ body:
id: version id: version
attributes: attributes:
label: Version label: Version
description: Visible on the Debug page in the Web UI description: Visible on the System page in the Web UI
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -14,7 +14,7 @@ body:
id: version id: version
attributes: attributes:
label: Version label: Version
description: Visible on the Debug page in the Web UI description: Visible on the System page in the Web UI
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -0,0 +1,12 @@
name: Question
description: General question about Frigate
title: "[Question]: "
labels: ["question"]
assignees: []
body:
- type: textarea
id: description
attributes:
label: What is your question:
validations:
required: true

View File

@ -1 +1,5 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links:
- name: Frigate Support
url: https://github.com/blakeblackshear/frigate/discussions/new/choose
about: Get support for setting up or troubelshooting Frigate.