summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..5768a498
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,47 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Before you create an issue, please make sure you have read the [FAQ](https://github.com/pliablepixels/zmNinja/wiki/FAQ). Common questions on API, no image etc are covered there. Please also read [HOWTO REPORT ISSUES](https://github.com/pliablepixels/zmNinja/wiki/FAQ#046-how-to-report-errors)
+
+
+
+**The version of zmNinja you are reporting:**
+
+```
+example: 1.3.050
+```
+
+**The version and OS of ZoneMinder you are using:**
+
+```
+example: 1.32.3, Ubuntu Xenial
+```
+
+**Platform zmNinja is running on**
+
+```
+example: Moto G+, Android 8, or OSX, Desktop
+```
+
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+
+**Debug logs**
+```
+Insert debug logs between the ``` and ``` quotes, or attach them
+```
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+
+**Additional context**
+Add any other context about the problem here.