From 96156805ede118a6d8cf10b61dd4de7bc540f3e1 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 3 Oct 2021 08:53:19 -0500 Subject: [PATCH] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 56 ---------------------------- 1 file changed, 56 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index e9184f81e..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -name: Bug report or Support request -about: Bug report or Support request -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what your issue is. - -**Version of frigate** -Output from `/api/version` - -**Config file** -Include your full config file wrapped in triple back ticks. -```yaml -config here -``` - -**Frigate container logs** -``` -Include relevant log output here -``` - -**Frigate stats** -```json -Output from frigate's /api/stats endpoint -``` - -**FFprobe from your camera** - -Run the following command and paste output below -``` -ffprobe -``` - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Computer Hardware** - - OS: [e.g. Ubuntu, Windows] - - Install method: [e.g. Addon, Docker Compose, Docker Command] - - Virtualization: [e.g. Proxmox, Virtualbox] - - Coral Version: [e.g. USB, PCIe, None] - - Network Setup: [e.g. Wired, WiFi] - -**Camera Info:** - - Manufacturer: [e.g. Dahua] - - Model: [e.g. IPC-HDW5231R-ZE] - - Resolution: [e.g. 720p] - - FPS: [e.g. 5] - -**Additional context** -Add any other context about the problem here.