summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2020-03-07 17:21:51 -0500
committerGitHub <noreply@github.com>2020-03-07 17:21:51 -0500
commitc51cd1f704354fd750a7daa40751e6144be1d3ce (patch)
tree1e959f682ab3f91092c6328b07eafaea1bf4dd69 /.github/ISSUE_TEMPLATE
parent01b6eb25462c5c8667dca90306bec51efd0f341a (diff)
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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.