summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-03-08 08:16:32 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-03-08 08:16:32 -0400
commite484e767ebfdb729e0f87d2dce1094ae6b7dae94 (patch)
tree369f0079c0b359db266aea76e274d55b0522f113
parent0dff532946b409f6bf5454c03efa0ada0d7cc9bd (diff)
parentc51cd1f704354fd750a7daa40751e6144be1d3ce (diff)
Merge branch 'master' of github.com-pliablepixels:pliablepixels/zmNinja
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md47
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md23
2 files changed, 70 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.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..6d2cff59
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,23 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Which version of zmNinja are you using, and which platform?**
+Example, zmNinja 1.3.80, iOS
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.