From 82db5fb5ecc9a718dea8d03128566897feda1de2 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 11 Mar 2016 21:00:40 +0100 Subject: [PATCH] added ISSUE_TEMPLATE --- ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1ed8a6c --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +### Expected behaviour + +What should happen? + + +### Actual behaviour + +What happens instead? + + +### Steps to reproduce + +1. +2. +3. + + +### Logs + +Please use Gist (https://gist.github.com/) or a similar code paster for longer +logs. + +```Paste Log output with less than 10 lines here```