sagacity/inc/vendor/phpoffice/phpspreadsheet/.github/PULL_REQUEST_TEMPLATE.md

17 lines
397 B
Markdown
Raw Normal View History

2018-05-07 10:51:08 -04:00
This is:
```
- [ ] a bugfix
- [ ] a new feature
```
Checklist:
- [ ] Changes are covered by unit tests
- [ ] Code style is respected
- [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
- [ ] CHANGELOG.md contains a short summary of the change
- [ ] Documentation is updated as necessary
### Why this change is needed?