From 4f97f80ea92c469bcb95d89f362e962dccdef189 Mon Sep 17 00:00:00 2001 From: Scott Carver Date: Sat, 3 Nov 2018 17:47:41 +0100 Subject: [PATCH] Add issue template. --- .github/ISSUE_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 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 0000000..442845c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,35 @@ + + + + + +Environment +----------- + +* Your version (in package.json) or git commit hash +* Your operating system and version: + + + +Steps to reproduce (for bugs only) +----------------------------- + + + +1. +2. +3. + +Current Behavior +---------------- + + + + +Expected Behavior +----------------- + + + + +