From d5dafffc399c69acdf4df26c170cfc9d4035b52c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 3 Jun 2024 07:19:16 -0600 Subject: [PATCH] Fix bug template (#11716) * Update bug-link.yml * Delete .github/ISSUE_TEMPLATE/bug-link.yml * Use existing template --- .github/ISSUE_TEMPLATE/bug-link.yml | 5 ----- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-link.yml diff --git a/.github/ISSUE_TEMPLATE/bug-link.yml b/.github/ISSUE_TEMPLATE/bug-link.yml deleted file mode 100644 index 66b1424f3..000000000 --- a/.github/ISSUE_TEMPLATE/bug-link.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Frigate Bug Report - url: https://github.com/blakeblackshear/frigate/discussions/new/choose - about: Report a specific bug. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7ae5ad8ea..cceffdee9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: Frigate Support url: https://github.com/blakeblackshear/frigate/discussions/new/choose about: Get support for setting up or troubelshooting Frigate. + - name: Frigate Bug Report + url: https://github.com/blakeblackshear/frigate/discussions/new/choose + about: Report a specific UI or backend bug.