You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,13 @@ Here is a quick checklist that should be present in PRs.
11
11
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
12
12
13
13
- [ ] 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.
14
+
15
+
Write sentences in the **past or present tense**, examples:
16
+
17
+
* *Improved verbose diff output with sequences.*
18
+
* *Terminal summary statistics now use multiple colors.*
19
+
20
+
Also make sure to end the sentence with a `.`.
21
+
14
22
- [ ] Add yourself to `AUTHORS` in alphabetical order.
0 commit comments