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
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,14 @@
8
8
-[ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (install `flake8-docstrings` and run `flake8 --docstring-convention=all`).
9
9
10
10
**Documentation**
11
-
-[ ] New features are documented, with examples if plot related.
12
-
-[ ] New features have an entry in `doc/users/next_whats_new/` (follow instructions in README.rst there).
13
-
-[ ] API changes documented in `doc/api/next_api_changes/` (follow instructions in README.rst there).
11
+
-[ ] New plotting related features are documented with examples.
14
12
-[ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
15
13
14
+
**Release Notes**
15
+
-[ ] New features are marked with `.. versionadded::` directive in docstring and documented in `doc/users/next_whats_new/`
16
+
-[ ] API changes are marked with `.. versionchanged::` directive in docstring and documented in `doc/api/next_api_changes/`
17
+
-[ ] Release notes conform with instructions in `next_whats_new/README.rst` or `next_api_changes/README.rst`
18
+
16
19
<!--
17
20
Thank you so much for your PR! To help us review your contribution, please
0 commit comments