Mention small doc fixes don't need tests/changelog entries in PR template

This commit is contained in:
Bruno Oliveira 2016-10-05 15:36:38 -03:00 committed by GitHub
parent fc02003220
commit 10433db225
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ Thanks for submitting a PR, your contribution is really appreciated!
Here's a quick checklist that should be present in PRs:
- [ ] Target: for bug or doc fixes, target `master`; for new features, target `features`;
Unless your change is trivial documentation fix (e.g., a typo or reword of a small section) please:
- [ ] Make sure to include one or more tests for your change;
- [ ] Add yourself to `AUTHORS`;
- [ ] Add a new entry to `CHANGELOG.rst`