From 33b3f28f0aaf89169bd5b3769eb489378ff596a4 Mon Sep 17 00:00:00 2001 From: Stanley Ng Date: Tue, 13 Dec 2016 10:57:29 -0800 Subject: [PATCH] Create ISSUE_TEMPLATE.md (#26) --- .github/ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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..9bff3b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +### Expected behavior + +### Actual behavior + +### Information about the Issue + + +### Steps to reproduce the behavior + + 1. ... + 2. ...