From 10433db2258c1461f48b80b0bac5fb4604272bdb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 5 Oct 2016 15:36:38 -0300 Subject: [PATCH] Mention small doc fixes don't need tests/changelog entries in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 198780a2a..1191fad27 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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`