From 8af7d51159bf544a9efaa0d7a3d61c711da8e278 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 17 Aug 2020 07:33:51 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..c19fc6414 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version of frigate** +What version are you using? + +**Config file** +Include your full config file wrapped in back ticks. +``` +config here +``` + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Computer Hardware** + - OS: [e.g. Ubuntu, Windows] + - 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] + +**Additional context** +Add any other context about the problem here.