From bcad334c2bc39b7d1bc04f026497a4b6326411cb Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Sat, 31 Dec 2016 08:50:39 -0700 Subject: [PATCH] Initial commit of github issue template. --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..309d79785 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +You should only file an issue if you found a bug. Feature and enhancement requests, general discussions and support questions should occur in one of the following areas: + +- The ZoneMinder IRC channel - irc.freenode.net #zoneminder +- The [ZoneMinder Forum](https://forums.zoneminder.com/) + +**Do not post feature or enhancement requests, general discussions or support questions here.** + +Make sure you are running the latest version of ZoneMinder before reporting an issue. + +**ZoneMinder Version (`zmaudit.pl -v`):** + +**Are you using a development snapshot / git checkout? If so, what is the latest commit? (`git rev-parse HEAD`):** + +**Linux Distribution and Version (`cat /etc/os-release` or `cat /etc/redhat-release`):** + +**If the issue concerns a camera, provide the make, model, frame rate, resolution and ZoneMinder Source Type:** + +**Relevant log lines:** +``` +log lines here +```