From a04c45a2b6059957c22fc51c6795c698b6baa4b3 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Wed, 27 Apr 2016 13:36:37 -0500 Subject: [PATCH] Make the issue template more robust. This makes the issue template more robust, making check boxes so users can submit and check or check as they go. It also starts using HTML comments so that directions for the users aren't always displayed to us (gotta love Markdown.) And provides the users with more hints on what we would like from them when filing a ticket. --- .github/ISSUE_TEMPLATE.md | 74 +++++++++++++++++++++++++++++++-------- 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 614de1c9..125a8516 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,20 +1,64 @@ -###### What version of Jekyll are you using (`jekyll -v`)? + + +- [ ] I believe this to be a bug, not a question about using Jekyll. +- [ ] I Read the CONTRIBUTION file at https://github.com/jekyll/jekyll/blob/master/.github/CONTRIBUTING.markdown +- [ ] I Updated to the latest Jekyll (or) if on Github Pages to the latest `github-pages` + +--- + +- [ ] I am on ***MacOS*** 10+ +- [ ] I am on ***Ubuntu*** GNU/Linux +- [ ] I am on ***Fedora*** GNU/Linux +- [ ] I am on ***Arch*** GNU/Linux +- [ ] I am on ***Other*** GNU/Linux +- [ ] I am on ***Windows*** 10+ + -###### What operating system are you using? - - - -###### What did you do? -(Please include the content causing the issue, any relevant configuration settings, and the command you ran) - - - -###### What did you expect to see? - - - -###### What did you see instead? +--- + +- [ ] I was trying to install. +- [ ] There is a broken Plugin API. +- [ ] I was trying to build. +- [ ] It was another bug. + +## My Reproduction Steps + + + +## The Output I Got + +