summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBruno Oliveira <bruno@esss.com.br>2019-11-19 14:04:21 -0300
committerBruno Oliveira <bruno@esss.com.br>2019-11-19 14:15:55 -0300
commit36ef545b2dcfdbfd1bf10fd65aa54f229b199349 (patch)
treed3dcae3486f9f67e480993cae6c47108220e3fd4 /.github
parentf36ea240fe3579f945bf5d6cc41b5e45a572249d (diff)
downloadpytest-36ef545b2dcfdbfd1bf10fd65aa54f229b199349.tar.gz
Improve instructions on how to write CHANGELOG entries
This makes easier for contributors to get the CHANGELOG entry right the first time.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7436f7146..7f9aa9556 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -11,5 +11,13 @@ Here is a quick checklist that should be present in PRs.
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
- [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](https://github.com/pytest-dev/pytest/blob/master/changelog/README.rst) for details.
+
+ Write sentences in the **past or present tense**, examples:
+
+ * *Improved verbose diff output with sequences.*
+ * *Terminal summary statistics now use multiple colors.*
+
+ Also make sure to end the sentence with a `.`.
+
- [ ] Add yourself to `AUTHORS` in alphabetical order.
-->