docs: update bug report template
This commit is contained in:
parent
c2c503f633
commit
c57238975a
1 changed files with 8 additions and 7 deletions
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -35,14 +35,15 @@ Steps to reproduce the behavior:
|
||||||
|
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
### Software
|
### Environment
|
||||||
|
|
||||||
<!-- Please complete the following information -->
|
| Command | Version |
|
||||||
- Ruby version: <!-- by running: `ruby -v` -->
|
|-----------------------------------|---------|
|
||||||
- Gem version: <!-- by running: `gem -v`-->
|
| `ruby -v` | |
|
||||||
- Bundler version: <!-- by running: `bundle -v`-->
|
| `gem -v` | |
|
||||||
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->
|
| `bundle -v` | |
|
||||||
- Theme version: <!-- by running: `gem list | grep jekyll-theme-chirpy` -->
|
| `bundle exec jekyll -v` | |
|
||||||
|
| `bundle info jekyll-theme-chirpy` | |
|
||||||
|
|
||||||
### Desktop
|
### Desktop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue