From 0ca4fb40ee4d5896328005a429cd329f3716afee Mon Sep 17 00:00:00 2001 From: Scott Carver Date: Sat, 3 Nov 2018 17:49:10 +0100 Subject: [PATCH 1/2] Add issue template. --- .github/ISSUE_TEMPLATE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) 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..e69de29 From 0ae9af274234e7dbdca978b50372f33c9f0f7eaa Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Sun, 4 Nov 2018 10:37:46 +0000 Subject: [PATCH 2/2] copy template from timemap --- .github/ISSUE_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e69de29..442845c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ 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 +----------------- + + + + +