PHPWord/docs/PULL_REQUEST_TEMPLATE.md

12 lines
403 B
Markdown
Raw Normal View History

### Description
2017-11-25 01:46:20 +01:00
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes # (issue)
### Checklist:
2017-11-25 01:46:20 +01:00
2018-02-11 00:17:19 +01:00
- [ ] I have run `composer run-script check --timeout=0` and no errors were reported
- [ ] The new code is covered by unit tests (check build/coverage for coverage report)
2017-11-25 01:46:20 +01:00
- [ ] I have update the documentation to describe the changes