forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf3003d
commit d02075e
Showing
4 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
--- | ||
|
||
**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. | ||
- 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 | ||
|
||
Steps to reproduce the behavior: | ||
<!-- | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
## Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
## Logs/Screenshots | ||
|
||
<!-- If applicable, add logs/screenshots to help explain your problem. --> | ||
|
||
## Environment | ||
|
||
| Command | Version | | ||
|-----------------------------------|---------| | ||
| `ruby -v` | | | ||
| `gem -v` | | | ||
| `bundle -v` | | | ||
| `bundle exec jekyll -v` | | | ||
| `bundle info jekyll-theme-chirpy` | | | ||
|
||
<!-- If necessary, uncomment and fill in the following list: | ||
### Desktop | ||
- 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 | ||
- Device: [e.g. iPhone 6] | ||
- OS: [e.g. iOS 13.6.1] | ||
- Browser: [e.g. Chrome 22] | ||
--> | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
labels: enhancement | ||
--- | ||
|
||
**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. | ||
- 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 | ||
|
||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
|
||
## Describe the solution you'd like | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
|
||
## Describe alternatives you've considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
|
||
## Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Help Wanted | ||
about: Need help that is not covered in the tutorial | ||
labels: 'help wanted' | ||
--- | ||
|
||
**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 need in detail. --> | ||
|
||
## Operations you have already tried | ||
|
||
<!-- Describe the effort you went through. --> | ||
|
||
## Logs/Screenshots | ||
|
||
<!-- If applicable, add logs/screenshots to help explain your problem. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Question | ||
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. --> |