From 27eff7262845691a249443e6cb1e2a03edacda9a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 25 Jun 2017 21:04:34 +0100 Subject: [PATCH] Add Issue template --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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 00000000..94902d9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +### Instructions (remove before submitting): + +1. If you are filing a bug report, please answer the following questions. +2. If your issue is not a bug report, you do not need to use this template. + +### 1. What are you trying to do? + + +### 2. What did you expect to see? + + +### 3. What did you see instead (give full error messages and/or log)? + + +### 4. How can someone who is starting from scratch reproduce this behaviour as minimally as possible?