docs: update issue template

This commit is contained in:
Cotes Chung 2023-02-16 23:35:17 +08:00
parent 4490ce4107
commit f517b33960
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
4 changed files with 55 additions and 28 deletions

View File

@ -3,17 +3,20 @@ name: Bug Report
about: Create a report to help us improve
---
We sincerely recommend that you first complete the following checklist:
**NOTE:** Before you start, the following should be completed.
- Read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
- No similar [issue](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue)(including closed ones) exists
- Found the bug on the latest code of the `master` branch.
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Make sure the bug is found in the latest code of the `master` branch.
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
## Describe the bug
<!-- A clear and concise description of what the bug is. -->
### To Reproduce
## To Reproduce
Steps to reproduce the behavior:
<!--
@ -23,15 +26,15 @@ Steps to reproduce the behavior:
4. See error
-->
### Expected behavior
## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
### Screenshots
## Logs/Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
<!-- If applicable, add logs/screenshots to help explain your problem. -->
### Environment
## Environment
| Command | Version |
|-----------------------------------|---------|
@ -41,21 +44,25 @@ Steps to reproduce the behavior:
| `bundle exec jekyll -v` | |
| `bundle info jekyll-theme-chirpy` | |
<!-- If necessary, uncomment and fill in the following list:
### Desktop
<!-- If necessary, uncomment and fill in the following list:
- OS: [e.g. macOS 10.15.6]
- Browser: [e.g. Chrome 85.0.4183.83 (64-bit)]
-->
<!-- If necessary, uncomment and fill in the following list:
### Smartphone
<!-- If necessary, uncomment and fill in the following list:
- Device: [e.g. iPhone 6]
- OS: [e.g. iOS 13.6.1]
- Browser: [e.g. Chrome 22]
-->
### Additional context
## Additional context
<!-- Add any other context about the problem here. -->

View File

@ -4,11 +4,14 @@ about: Suggest an idea for this project
labels: enhancement
---
We sincerely recommend that you first complete the following checklist:
**NOTE:** Before you start, the following should be completed.
- Read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
- No similar [issue](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue)(including closed ones) exists
- This PR is built on top of the latest code in the `master` branch.
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Make sure the request is based on the latest code in the `master` branch.
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
## Is your feature request related to a problem? Please describe

View File

@ -1,24 +1,28 @@
---
name: Help Wanted
about: Need help
about: Need help that is not covered in the tutorial
labels: 'help wanted'
---
We sincerely recommend that you first complete the following checklist:
**NOTE:** Before you start, the following should be completed.
- Read the [tutorials](https://cotes2020.github.io/chirpy-demo/categories/tutorial/) and know the correct effect of the functional design.
- No similar [issue](https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue)(including closed ones) exists
- Try to find the answer on [Jekyll Forum](https://talk.jekyllrb.com/) and [StackOverflow](https://stackoverflow.com/questions/tagged/jekyll).
- The ask is based on the latest code of the `master` branch.
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Try to find the answer on [Jekyll Forum][forum] and [StackOverflow][stack_overflow].
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
[forum]: https://talk.jekyllrb.com/
[stack_overflow]: https://stackoverflow.com/questions/tagged/jekyll
## Description
<!-- Please describe your need in detail. -->
## What you have tried
## Operations you have already tried
<!--
Describe the steps you went through, such as the configuration process.
<!-- Describe the effort you went through. -->
If needed, please attach output logs, screenshots, etc. to describe your issue.
-->
## Logs/Screenshots
<!-- If applicable, add logs/screenshots to help explain your problem. -->

View File

@ -1,7 +1,20 @@
---
name: Question
about: Ask whatever you want
about: Issues that differ from other templates
labels: question
---
**NOTE:** Before you start, the following should be completed.
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Try to find the answer on [Jekyll Forum][forum] and [StackOverflow][stack_overflow].
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
[forum]: https://talk.jekyllrb.com/
[stack_overflow]: https://stackoverflow.com/questions/tagged/jekyll
## Description
<!-- Please describe your question in detail. -->