Skip to content

Commit a2d0136

Browse files
committed
chore(github): simplify the creation steps of issue/pr
1 parent ecff563 commit a2d0136

File tree

6 files changed

+32
-56
lines changed

6 files changed

+32
-56
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ name: Bug Report
33
about: Create a report to help us improve
44
---
55

6-
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->
6+
We sincerely recommend that you first complete the following checklist:
77

8-
## Checklist
9-
10-
<!-- Please complete the following list of tasks, and then check it by changing the "[ ]" to "[x]" -->
11-
12-
- [ ] I have read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
13-
- [ ] There are no similar reports on [existing issues](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue) (including closed ones).
14-
- [ ] I found the bug on the latest code of the `master` branch.
8+
- Read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
9+
- No similar [issue](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue)(including closed ones) exists
10+
- Found the bug on the latest code of the `master` branch.
1511

1612
## Describe the bug
1713

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ about: Suggest an idea for this project
44
labels: enhancement
55
---
66

7-
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->
8-
9-
## Checklist
10-
11-
<!-- Please complete the following list of tasks, and then check it by changing the "[ ]" to "[x]" -->
12-
- [ ] I have read the [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md).
13-
- [ ] There is no similar request on [existing issues](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue) (including closed ones).
14-
- [ ] I have read the [project progress](https://github.com/cotes2020/jekyll-theme-chirpy/projects) and know the current progress of the project.
15-
- [ ] I was in the `master` branch of the latest code.
7+
We sincerely recommend that you first complete the following checklist:
168

9+
- Read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
10+
- No similar [issue](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue)(including closed ones) exists
11+
- This PR is built on top of the latest code in the `master` branch.
1712

1813
## Is your feature request related to a problem? Please describe
1914

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Help Wanted
3+
about: Need help
4+
labels: 'help wanted'
5+
---
6+
7+
We sincerely recommend that you first complete the following checklist:
8+
9+
- Read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
10+
- No similar [issue](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue)(including closed ones) exists
11+
- Try to find the answer on [Jekyll Forum](https://talk.jekyllrb.com/) and [StackOverflow](https://stackoverflow.com/questions/tagged/jekyll).
12+
- The ask is based on the latest code of the `master` branch.
13+
14+
## Description
15+
16+
<!-- Please describe your need in detail. -->
17+
18+
## What you have tried
19+
20+
<!--
21+
Describe the steps you went through, such as the configuration process.
22+
23+
If needed, please attach output logs, screenshots, etc. to describe your issue.
24+
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,4 @@ about: Ask whatever you want
44
labels: question
55
---
66

7-
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->
8-
9-
## Checklist
10-
11-
<!-- Please complete the following list of tasks, and then check it by changing the "[ ]" to "[x]" -->
12-
13-
- [ ] I have read the [newlest tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
14-
- [ ] There is no similar question on [existing issues](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue) (including closed ones).
15-
- [ ] I have tried to find the answer on [Jekyll Forum](https://talk.jekyllrb.com/) and [StackOverflow](https://stackoverflow.com/questions/tagged/jekyll).
16-
- [ ] My question is based on the latest code of the `master` branch.
17-
18-
## Description
19-
207
<!-- Please describe your question in detail. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ Please describe the tests that you ran to verify your changes. Provide instructi
3232
- Ruby version: <!-- by running: `ruby -v` -->
3333
- Bundler version: <!-- by running: `bundle -v`-->
3434
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->
35-
36-
### Checklist
37-
38-
<!-- Select checkboxes by change the "[ ]" to "[x]" -->
39-
- [ ] I have performed a self-review of my code
40-
- [ ] I have commented on my code, particularly in hard-to-understand areas
41-
- [ ] I have made corresponding changes to the documentation
42-
- [ ] My changes generate no new warnings

.github/workflows/issue-interceptor.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)