From cd55ba782c02ce18f0ce403d478d8f1295ce8def Mon Sep 17 00:00:00 2001 From: Richard Buckle Date: Mon, 25 Sep 2017 01:54:48 +0100 Subject: [PATCH] Add issue template --- docs/issue_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/issue_template.md diff --git a/docs/issue_template.md b/docs/issue_template.md new file mode 100644 index 0000000000..8237f7c4fd --- /dev/null +++ b/docs/issue_template.md @@ -0,0 +1,13 @@ +## Steps to reproduce + +1. [give the fullest and most reproducible steps you can] +2. [the more reproducible, the better our chances of fixing it] + +## Expected +[describe what you expected to happen] + +## Observed +[describe what happened instead] + +## Investigation +[any investigation you have done, regression tests against earlier versions, etc]