diff --git a/.github/ISSUE_TEMPLATE/camera_support_request.yml b/.github/DISCUSSION_TEMPLATE/camera_support.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/camera_support_request.yml rename to .github/DISCUSSION_TEMPLATE/camera_support.yml index 7640d26ec..ea87901cc 100644 --- a/.github/ISSUE_TEMPLATE/camera_support_request.yml +++ b/.github/DISCUSSION_TEMPLATE/camera_support.yml @@ -14,7 +14,7 @@ body: id: version attributes: label: Version - description: Visible on the Debug page in the Web UI + description: Visible on the System page in the Web UI validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config_support_request.yml b/.github/DISCUSSION_TEMPLATE/config_support.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/config_support_request.yml rename to .github/DISCUSSION_TEMPLATE/config_support.yml index cb95f6fa9..97258b501 100644 --- a/.github/ISSUE_TEMPLATE/config_support_request.yml +++ b/.github/DISCUSSION_TEMPLATE/config_support.yml @@ -14,7 +14,7 @@ body: id: version attributes: label: Version - description: Visible on the Debug page in the Web UI + description: Visible on the System page in the Web UI validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/detector_support_request.yml b/.github/DISCUSSION_TEMPLATE/detector_support.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/detector_support_request.yml rename to .github/DISCUSSION_TEMPLATE/detector_support.yml index 3f5b34935..ae561f92e 100644 --- a/.github/ISSUE_TEMPLATE/detector_support_request.yml +++ b/.github/DISCUSSION_TEMPLATE/detector_support.yml @@ -14,7 +14,7 @@ body: id: version attributes: label: Version - description: Visible on the Debug page in the Web UI + description: Visible on the System page in the Web UI validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/general_support_request.yml b/.github/DISCUSSION_TEMPLATE/general_support.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/general_support_request.yml rename to .github/DISCUSSION_TEMPLATE/general_support.yml index 7138cd844..768f4b2a6 100644 --- a/.github/ISSUE_TEMPLATE/general_support_request.yml +++ b/.github/DISCUSSION_TEMPLATE/general_support.yml @@ -14,7 +14,7 @@ body: id: version attributes: label: Version - description: Visible on the Debug page in the Web UI + description: Visible on the System page in the Web UI validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/hwaccel_support_request.yml b/.github/DISCUSSION_TEMPLATE/hwaccel_support.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/hwaccel_support_request.yml rename to .github/DISCUSSION_TEMPLATE/hwaccel_support.yml index 82c64c4c3..288eaa920 100644 --- a/.github/ISSUE_TEMPLATE/hwaccel_support_request.yml +++ b/.github/DISCUSSION_TEMPLATE/hwaccel_support.yml @@ -14,7 +14,7 @@ body: id: version attributes: label: Version - description: Visible on the Debug page in the Web UI + description: Visible on the System page in the Web UI validations: required: true - type: textarea diff --git a/.github/DISCUSSION_TEMPLATE/question.yml b/.github/DISCUSSION_TEMPLATE/question.yml new file mode 100644 index 000000000..8b1471ee3 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/question.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..7ae5ad8ea 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ 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.