Skip to content

Commit 708ed60

Browse files
committed
Update issue template
1 parent bf88049 commit 708ed60

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ about: Create a report to help us improve
44
labels: bug
55
---
66

7-
<!-- Note: Please follow the template to open a new issue, otherwise your question will probably be ignored. If you are new to Jekyll or Github Pages, you may be misreporting bugs. When you are not sure if this is a bug, choose to the `Question` type instead. -->
8-
7+
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->
98

109
## Checklist
1110
<!-- Please complete the following list of tasks, and then check it by change the "[ ]" to "[x]" -->
@@ -19,11 +18,12 @@ labels: bug
1918
### To Reproduce
2019

2120
Steps to reproduce the behavior:
22-
21+
<!--
2322
1. Go to '...'
2423
2. Click on '....'
2524
3. Scroll down to '....'
2625
4. See error
26+
-->
2727

2828
### Expected behavior
2929
<!-- A clear and concise description of what you expected to happen. -->
@@ -33,21 +33,23 @@ Steps to reproduce the behavior:
3333

3434
### Software
3535
<!-- Please complete the following information -->
36-
- Ruby version: [by running: `ruby -v`]
37-
- Gem version: [by running: `gem -v`]
38-
- Bundler version: [by running: `bundle -v`]
39-
- Jekyll version: [by running: `bundle list | grep " jekyll "`]
36+
- Ruby version: <!-- by running: `ruby -v` -->
37+
- Gem version: <!-- by running: `gem -v`-->
38+
- Bundler version: <!-- by running: `bundle -v`-->
39+
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->
4040

4141
### Desktop
42-
<!-- Please complete the following information -->
42+
<!-- If necessary, uncomment and fill in the following list:
4343
- OS: [e.g. macOS 10.15.6]
44-
- Browser: [e.g. Chrome 85.0.4183.83 (Official Build) (64-bit)]
44+
- Browser: [e.g. Chrome 85.0.4183.83 (64-bit)]
45+
-->
4546

4647
### Smartphone
47-
<!-- please complete the following information -->
48+
<!-- If necessary, uncomment and fill in the following list:
4849
- Device: [e.g. iPhone 6]
4950
- OS: [e.g. iOS 13.6.1]
5051
- Browser: [e.g. Chrome 22]
52+
-->
5153

5254
### Additional context
5355
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Suggest an idea for this project
44
labels: enhancement
55
---
66

7-
<!-- Note: Please follow the template to open a new issue, otherwise your question will probably be ignored. -->
7+
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->
88

99
## Checklist
1010
<!-- Please complete the following list of tasks, and then check it by change the "[ ]" to "[x]" -->

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Ask what ever you want
44
labels: question
55
---
66

7-
<!-- Note: Please follow the template to open a new issue, otherwise your question will probably be ignored. -->
7+
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->
88

99
## Checklist
1010

0 commit comments

Comments
 (0)