From a04c45a2b6059957c22fc51c6795c698b6baa4b3 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Wed, 27 Apr 2016 13:36:37 -0500 Subject: [PATCH 1/2] 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 + + From 035352feff52725656a8114f4ff85a7fae161bd2 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Thu, 28 Apr 2016 04:28:15 -0500 Subject: [PATCH 2/2] Update the ISSUE_TEMPLATE.md file. * Link to jekyllrb.com as @parkr suggested. * Add a few more directions and hints for Github Pages users who have errors. * Add words that were missing and made stuff make no sense. --- .github/ISSUE_TEMPLATE.md | 52 +++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 125a8516..5265bea4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,9 @@ - [ ] 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 Read the CONTRIBUTION file at https://jekyllrb.com/docs/contributing/ +- [ ] This is a feature request. --- -- [ ] 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+ - +- [ ] I am on (or have tested on) ***Mac OS*** 10+ +- [ ] I am on (or have tested on) ***Debian/Ubuntu*** GNU/Linux +- [ ] I am on (or have tested on) ***Fedora*** GNU/Linux +- [ ] I am on (or have tested on) ***Arch*** GNU/Linux +- [ ] I am on (or have tested on) ***Other*** GNU/Linux +- [ ] I am on (or have tested on) ***Windows*** 10+ + + -## The Output I Got +## The Output I Wanted -