mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-30 10:39:02 +01:00
9 lines
298 B
Markdown
9 lines
298 B
Markdown
## Checklist
|
|
|
|
- [ ] I have read the contribution guidelines.
|
|
- [ ] `make test` passes.
|
|
- [ ] `make lint` passes.
|
|
- [ ] New and changed code is covered by tests.
|
|
- [ ] Performance improvements include benchmarks.
|
|
- [ ] Changes match the *documented* (not just the *implemented*) behavior of Jekyll.
|