1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-23 04:51:15 +01:00
gojekyll/.github/ISSUE_TEMPLATE.md

31 lines
919 B
Markdown
Raw Normal View History

2017-07-05 14:27:24 -04:00
## Checklist
2017-07-09 19:20:26 -04:00
- [ ] I have search the [issue list](https://github.com/osteele/gojekyll/issues) for my issue.
- [ ] I have verified the behavior with `jekyll`.
- [ ] I tried hard to create a reproducible test case.
2017-07-05 11:18:00 -04:00
2017-07-07 09:36:10 -04:00
## System information
2017-07-05 11:18:00 -04:00
2017-07-06 10:43:43 -04:00
Liquid version: `gojekyll --version`
2017-07-07 09:36:10 -04:00
2017-07-05 11:18:00 -04:00
Commit hash: (if version = `develop`)
2017-07-07 09:36:10 -04:00
## Expected behavior
2017-07-05 11:18:00 -04:00
2017-07-07 09:36:10 -04:00
## Actual behavior
2017-07-05 11:18:00 -04:00
2017-07-07 09:36:10 -04:00
## Steps to reproduce the behavior
2017-07-05 11:18:00 -04:00
2017-07-05 14:27:24 -04:00
Provide the first of these that is practical:
2017-07-05 11:18:00 -04:00
2017-07-05 14:27:24 -04:00
1. A Go test case function.
2017-07-05 11:18:00 -04:00
2. A single file that demonstrates the problem. Put this in a directory and run `gojekyll -s path/to/directory`, and we'll see the issue.
3. A two-file site that demonstrates the problem. Put the `_config.yml` and the other document in a directory, etc.
4. A link to a repo that demonstrates the problem.
5. Something is wrong but I don't have time or knowledge to fully isolate it. Here's the best description I can provide.
2017-07-05 14:27:24 -04:00
## Possible Solution