From a1b5fb81fd1a6e9dbfc586e197418e734c14786c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 16 Feb 2024 05:12:40 -0700 Subject: [PATCH] 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 --- .../camera_support.yml} | 2 +- .../config_support.yml} | 2 +- .../detector_support.yml} | 2 +- .../general_support.yml} | 2 +- .../hwaccel_support.yml} | 2 +- .github/DISCUSSION_TEMPLATE/question.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 7 files changed, 21 insertions(+), 5 deletions(-) rename .github/{ISSUE_TEMPLATE/camera_support_request.yml => DISCUSSION_TEMPLATE/camera_support.yml} (97%) rename .github/{ISSUE_TEMPLATE/config_support_request.yml => DISCUSSION_TEMPLATE/config_support.yml} (96%) rename .github/{ISSUE_TEMPLATE/detector_support_request.yml => DISCUSSION_TEMPLATE/detector_support.yml} (97%) rename .github/{ISSUE_TEMPLATE/general_support_request.yml => DISCUSSION_TEMPLATE/general_support.yml} (97%) rename .github/{ISSUE_TEMPLATE/hwaccel_support_request.yml => DISCUSSION_TEMPLATE/hwaccel_support.yml} (97%) create mode 100644 .github/DISCUSSION_TEMPLATE/question.yml 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.