From ae9ba0eee492a925e3620af6a2ec41d88bee3aa9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 28 Aug 2022 10:24:38 -0600 Subject: [PATCH] Create edgetpu_support_request.yml --- .../edgetpu_support_request.yml | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/edgetpu_support_request.yml diff --git a/.github/ISSUE_TEMPLATE/edgetpu_support_request.yml b/.github/ISSUE_TEMPLATE/edgetpu_support_request.yml new file mode 100644 index 000000000..c070cd577 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/edgetpu_support_request.yml @@ -0,0 +1,84 @@ +name: EdgeTpu Support Request +description: Support for setting up EdgeTPU in Frigate +title: "[EdgeTPU Support]: " +labels: ["support", "triage"] +assignees: [] +body: + - type: textarea + id: description + attributes: + label: Describe the problem you are having + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: Visible on the Debug 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: docker config + attributes: + label: docker-compose file or Docker CLI command + 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: coral + attributes: + label: Coral version + options: + - USB + - PCIe + - M.2 + - Dev Board + - Other + - CPU (no coral) + validations: + required: true + - type: textarea + id: other + attributes: + label: Any other information that may be helpful