1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-02 20:47:46 +01:00
gojekyll/.github/PULL_REQUEST_TEMPLATE.md

9 lines
298 B
Markdown
Raw Normal View History

2017-07-05 20:27:24 +02:00
## 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.