1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore(github): simplify the creation steps of issue/pr

This commit is contained in:
Cotes Chung
2023-02-12 00:27:06 +08:00
parent ecff5630a6
commit a2d01365de
6 changed files with 32 additions and 56 deletions

24
.github/ISSUE_TEMPLATE/help_wanted.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Help Wanted
about: Need help
labels: 'help wanted'
---
We sincerely recommend that you first complete the following checklist:
- 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.
## Description
<!-- Please describe your need in detail. -->
## What you have tried
<!--
Describe the steps you went through, such as the configuration process.
If needed, please attach output logs, screenshots, etc. to describe your issue.
-->