From 741436b236dd72e80147fd9b6771c4ce4e775ef1 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 3 Jun 2024 06:27:08 -0600 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 83 --------------------------- 1 file changed, 83 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 180f01e9e..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,83 +0,0 @@ -title: "[Bug]: " -labels: ["bug", "triage"] -body: - - type: textarea - id: description - attributes: - label: Describe the problem you are having - validations: - required: true - - type: textarea - id: description - attributes: - label: Steps to reproduce - validations: - required: true - - type: input - id: version - attributes: - label: Version - description: Visible on the System page in the Web UI - validations: - required: true - - type: textarea - id: config - attributes: - label: Frigate config file - description: This will be automatically formatted into code, so no need for backticks. - render: yaml - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - validations: - required: true - - type: dropdown - id: os - attributes: - label: Operating system - options: - - HassOS - - Debian - - Other Linux - - Proxmox - - UNRAID - - Windows - - Other - validations: - required: true - - type: dropdown - id: install-method - attributes: - label: Install method - options: - - HassOS Addon - - Docker Compose - - Docker CLI - validations: - required: true - - type: dropdown - id: network - attributes: - label: Network connection - options: - - Wired - - Wireless - - Mixed - validations: - required: true - - type: input - id: camera - attributes: - label: Camera make and model - description: Dahua, hikvision, amcrest, reolink, etc and model number - validations: - required: true - - type: textarea - id: other - attributes: - label: Any other information that may be helpful