From 2bd0d062e11ee2b6bc4187fc00dec7f47f731515 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 17 Feb 2016 10:27:18 -0800 Subject: [PATCH 1/3] Add an issue template for new issues --- ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..37235ea3 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +###### What version of Jekyll are you using (`jekyll -v`)? + + +###### What operating system are you using? + + + +###### What did you do? + + + +###### What did you expect to see? + + + +###### What did you see instead? + + From 65e7605342bcb08b2582fbe241792bdbb5266c1c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 17 Feb 2016 10:27:48 -0800 Subject: [PATCH 2/3] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 37235ea3..3a30fdbf 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,7 @@ ###### What version of Jekyll are you using (`jekyll -v`)? + ###### What operating system are you using? From b440d478ea904c6a9a622835629c3e8ae1929211 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 17 Feb 2016 10:33:17 -0800 Subject: [PATCH 3/3] Add hint to "What did you do?" --- ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 3a30fdbf..614de1c9 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -7,6 +7,7 @@ ###### What did you do? +(Please include the content causing the issue, any relevant configuration settings, and the command you ran)