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.
This commit is contained in:
parent
6ed193277d
commit
a04c45a2b6
|
@ -1,20 +1,64 @@
|
|||
###### What version of Jekyll are you using (`jekyll -v`)?
|
||||
<!--
|
||||
Hi! Thanks for considering to file a bug with Jekyll. Please take the
|
||||
the basic questions (convert `[ ]` into `[x]` to check it (or submit and check.)
|
||||
If are no need for certain fields like output and redirection, please delete
|
||||
those headers before submitting. We know not all tickets require those
|
||||
steps. Otherwise, please try to be as detailed as possible.
|
||||
|
||||
If you are unsure this is a bug in Jekyll, or this is a bug caused
|
||||
by a plugin that isn't directly related to Jekyll, or if this is just
|
||||
a generic usage question, please consider asking your question at
|
||||
https://talk.jekyllrb.com where non-bug questions go.
|
||||
|
||||
Thanks!
|
||||
-->
|
||||
|
||||
- [ ] 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+
|
||||
|
||||
|
||||
<!--
|
||||
Other GNU/Linux includes Scientific GNU/Linux, CentOS GNU/Linux, and others.
|
||||
If you are on a minor sub-distro (such as ElementaryOS which does not diverge from
|
||||
Ubuntu much, please check the parent distro. Kubuntu, Edubuntu, Lubuntu should
|
||||
also be flagged as Ubuntu as their packages come from upstream Ubuntu.
|
||||
-->
|
||||
|
||||
###### 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
|
||||
|
||||
<!--
|
||||
Insert the steps you took to for this problem to exist. Such as the
|
||||
directories you created and, the full command you ran, and include any
|
||||
plugins you have installed, this is very important.
|
||||
|
||||
If your steps are complicated, you can also submit a Github
|
||||
repository (please no zips, they will be removed and rejected by maintainers,)
|
||||
and just supply a command for us to reproduce it ourselves.
|
||||
-->
|
||||
|
||||
## The Output I Got
|
||||
|
||||
<!--
|
||||
Insert the output from the command. Alter it as little as you can.
|
||||
The minimum should be personal information. Though we normally don't log
|
||||
anything like that so there shoul be no need to alter it.
|
||||
-->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue