krata/.github/ISSUE_TEMPLATE/bug_report.md

69 lines
1.6 KiB
Markdown
Raw Normal View History

2020-01-09 12:45:29 +01:00
---
name: Bug Report
about: Create a report to help us improve
---
2023-02-16 16:35:17 +01:00
**NOTE:** Before you start, the following should be completed.
2020-06-24 14:46:24 +02:00
- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
2023-02-16 16:35:17 +01:00
- Make sure no [similar issue(including closed ones)][issues] exists.
- Make sure the bug is found in the latest code of the `master` branch.
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
2023-02-16 16:35:17 +01:00
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
2020-01-09 12:45:29 +01:00
2020-06-24 14:46:24 +02:00
## Describe the bug
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- A clear and concise description of what the bug is. -->
2023-02-16 16:35:17 +01:00
## To Reproduce
2020-01-09 12:45:29 +01:00
Steps to reproduce the behavior:
2020-11-23 16:16:45 +01:00
<!--
2020-01-09 12:45:29 +01:00
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
2020-11-23 16:16:45 +01:00
-->
2020-01-09 12:45:29 +01:00
2023-02-16 16:35:17 +01:00
## Expected behavior
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- A clear and concise description of what you expected to happen. -->
2023-02-16 16:35:17 +01:00
## Logs/Screenshots
2021-10-04 11:53:07 +02:00
2023-02-16 16:35:17 +01:00
<!-- If applicable, add logs/screenshots to help explain your problem. -->
2020-01-09 12:45:29 +01:00
2023-02-16 16:35:17 +01:00
## Environment
2022-03-12 10:20:51 +01:00
| Command | Version |
|-----------------------------------|---------|
| `ruby -v` | |
| `gem -v` | |
| `bundle -v` | |
| `bundle exec jekyll -v` | |
| `bundle info jekyll-theme-chirpy` | |
2023-02-16 16:35:17 +01:00
<!-- If necessary, uncomment and fill in the following list:
2020-08-19 19:11:56 +02:00
### Desktop
2021-10-04 11:53:07 +02:00
- OS: [e.g. macOS 10.15.6]
2020-11-23 16:16:45 +01:00
- Browser: [e.g. Chrome 85.0.4183.83 (64-bit)]
2023-02-16 16:35:17 +01:00
2020-11-23 16:16:45 +01:00
-->
2020-01-09 12:45:29 +01:00
2023-02-16 16:35:17 +01:00
<!-- If necessary, uncomment and fill in the following list:
2020-08-19 19:11:56 +02:00
### Smartphone
2021-10-04 11:53:07 +02:00
- Device: [e.g. iPhone 6]
- OS: [e.g. iOS 13.6.1]
- Browser: [e.g. Chrome 22]
2023-02-16 16:35:17 +01:00
2020-11-23 16:16:45 +01:00
-->
2020-01-09 12:45:29 +01:00
2023-02-16 16:35:17 +01:00
## Additional context
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- Add any other context about the problem here. -->