1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 02:34:40 +01:00
gojekyll/.github/ISSUE_TEMPLATE.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2017-07-05 20:27:24 +02:00
## Checklist
2017-07-05 17:18:00 +02:00
- [ ] I have searched the [issue list](https://github.com/osteele/gojekyll/issues)
- [ ] I have read the [limitations](https://github.com/osteele/gojekyll#limitations) and [feature status](https://github.com/osteele/gojekyll#feature-status) sections of the README.
2017-07-05 20:27:24 +02:00
- [ ] This is an't a Go Liquid bug. (If it is, report it [here](https://github.com/osteele/liquid/issues).] Or, I'm not sure or don't know what that means -- in which case go ahead and report it here.
2017-07-05 17:18:00 +02:00
#### System information
Liquid version: `gojekyll version`
Commit hash: (if version = `develop`)
#### Expected behavior
#### Actual behavior
#### Steps to reproduce the behavior
2017-07-05 20:27:24 +02:00
Provide the first of these that is practical:
2017-07-05 17:18:00 +02:00
2017-07-05 20:27:24 +02:00
1. A Go test case function.
2017-07-05 17:18:00 +02: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 20:27:24 +02:00
## Possible Solution