From 216d30fd45de3e132252eaf73f66c81e2e3db490 Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Mon, 16 Oct 2017 11:23:46 +0200 Subject: [PATCH] Add issue template --- ISSUE_TEMPLATE.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ec27713 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,51 @@ +First, make sure that none of the open and closed issues is about the same issue as you are describing, and make sure to check the frequently asked questions in the README file. +Then, replace the parts of this template that are between with the data relative to your issue. + +**If you're reporting a bug, use the template below. Otherwise, delete this template and write your issue normally.** + +## Context + +Please select one: + +- [ ] I use the docker image `ullaakut/cameradar` +- [ ] I use my own build of the docker image +- [ ] I use the pre-compiled binary +- [ ] I use my own build of the binary +- [ ] None of the above / I don't know + +Please select one: + +- [ ] I use a specific version: +- [ ] I use the latest commit of the master branch +- [ ] I use the latest commit of the develop branch +- [ ] I use a forked version of the repository: +- [ ] I use a specific commit: + +## Environment + +My operating system: +- [ ] Windows +- [ ] OSX +- [ ] Linux +- [ ] Other + +OS version: +OS architecture: + +## Issue + +### What was expected? + + + +### What happened? + + + +### Logs + +If your issue is with Cameradar's binary or docker image, please run it with `-l` to print logs, and paste them here: + +``` + +```