From cec8d40bc1c8dd825d04268a97037ad199c22db5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 31 May 2016 11:57:10 -0400 Subject: [PATCH] Add issue template for GitHub --- .github/ISSUE_TEMPLATE.md | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 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 00000000..d56b1528 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,45 @@ + + +- [ ] This is a question about using the theme. +- [ ] I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins. +- [ ] This is a feature request. +- [ ] I have updated all gems with `bundle update`. +- [ ] I have tested locally with `bundle exec jekyll build`. + +--- + +## Environment informations + + + +- **Minimal Mistakes version:** +- **`github-pages` or `jekyll` gem version:** +- **Operating system:** + + +--- + +## Expected behavior + + + +## Steps to reproduce the behavior + + \ No newline at end of file