From 289c83d742667c6c536f22c091f38281f73f6b75 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 10 Mar 2019 09:15:01 -0400 Subject: Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index df043315..9156268f 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -4,19 +4,27 @@ Before you create an issue, please make sure you have read the [FAQ](https://git **Platform & OS Version** -(example only, please edit this line) Android 6.0 Marshmallow +``` +example: Android 7.1.1 +``` **The version of zmNinja you are reporting:** -(example only, please edit this line) 1.1 +``` +example: 1.3.050 +``` -**The version of ZoneMinder you are using:** +**The version and OS of ZoneMinder you are using:** -(example only, please edit this line) 1.30.4 +``` +example: 1.32.3, Ubuntu Xenial +``` **Device details:** -(example only, please edit this line) Moto G +``` +example: Moto Go +``` **What is the nature of your issue** @@ -26,11 +34,24 @@ Before you create an issue, please make sure you have read the [FAQ](https://git Describe in detail. If its a bug, please describe what is happening, what should happen and how to reproduce if its not obvious -**Debug Logs** (if applicable) +**zmNinja Debug Logs** ``` ``` +**Zoneminder Logs** (if applicable) +``` +Zoneminder syslogs at the time the error occurs. Please add context to the logs (don't just add 1-2 lines) + + +``` + +**Web Server Error Logs** (if applicable, especially for streaming errors or API error) +``` +typically tail -f /var/log/apache2/error.log - change to your web server of choice + +``` + Thanks! -- cgit v1.2.3