From 7b169e94397f40f128c3c20d30ebcaa1dc713924 Mon Sep 17 00:00:00 2001 From: drzoidberg33 Date: Tue, 19 Apr 2016 21:17:55 +0200 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..e297ffb1 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ +### Reporting Issues: + +To ensure that a develpoer has enough information to work with please include all of the following information. + +**Use proper markdown syntax to structure your post (i.e. code/log in code blocks).** + +**Make sure you provide the following information below:** +- [ ] Version + + +- [ ] Branch + + +- [ ] Commit hash + + +- [ ] Operating system + + +- [ ] Python version + + +- [ ] What you did? + + +- [ ] What happened? + + +- [ ] What you expected? + + +- [ ] How can we reproduce your issue? + + +- [ ] What are your (relevant) settings? + + +- [ ] Include a link to your **FULL** (not just a few lines!) log file that has the error. Please use [Gist](http://gist.github.com) or [Pastebin](http://pastebin.com/). + +Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it. + +#### Link to log: