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
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,14 @@
2
2
Thanks for submitting a PR, your contribution is really appreciated!
3
3
4
4
Here is a quick checklist that should be present in PRs.
5
-
(please delete this text from the final description, this is just a guideline)
6
-
-->
7
5
8
6
- [ ] Target the `master` branch for bug fixes, documentation updates and trivial changes.
9
7
- [ ] Target the `features` branch for new features, improvements, and removals/deprecations.
10
8
- [ ] Include documentation when adding new features.
11
9
- [ ] Include new tests or update existing tests when applicable.
12
10
13
-
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
11
+
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
14
12
15
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.
16
-
-[ ] Add yourself to `AUTHORS` in alphabetical order;
14
+
- [ ] Add yourself to `AUTHORS` in alphabetical order.
0 commit comments