Merge pull request #1988 from nicoddemus/pr-template-small-fixes

Mention small doc fixes don't need tests/changelog entries in PR template
This commit is contained in:
Florian Bruhin 2016-10-05 21:10:36 +02:00 committed by GitHub
commit 1289cbb9a5
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`