From 8ee75924c8a0d5543e39474635c39280ab1ef2c9 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 6 Jun 2016 09:53:37 -0400 Subject: [PATCH] issue template --- ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..7fa48b8d --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +### Description: + +[Describe bug here] + +### Steps to Reproduce: + +``` +[Provide a small snippet of code where the incorrect behavior can be seen] +``` + +### Expected: + +[What was the expected behavior] + +### Actual: + +[What actually happened] +