From 12e40291c01be5fb9ca01befb7275212c291ed21 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 17 Aug 2020 07:41:13 -0500 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c19fc6414..a87d3e49c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,6 +19,16 @@ Include your full config file wrapped in back ticks. config here ``` +**Logs** +``` +Include relevant log output here +``` + +**Frigate debug stats** +``` +Output from frigate's /debug/stats endpoint +``` + **Screenshots** If applicable, add screenshots to help explain your problem.