mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
docs: update issue template
This commit is contained in:
26
.github/ISSUE_TEMPLATE/help_wanted.md
vendored
26
.github/ISSUE_TEMPLATE/help_wanted.md
vendored
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user