From 818437a164a64e8fecbae6b6d503875f97ce29a4 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Mon, 13 Mar 2017 23:36:50 -0700 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ _config.yml | 1 + 2 files changed, 33 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..1e89dc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ + + + +### Shuffle version + + +### Reproduction Link + + +### Steps to reproduce + + +### What is Expected? + + +### What is actually happening? diff --git a/_config.yml b/_config.yml index a87a5d4..123625a 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,7 @@ layouts_dir: _layouts data_dir: _data include: ['.htaccess'] exclude: [ + '.github', '_scss', 'coverage', 'node_modules',