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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
3
3
## PR Checklist
4
4
5
-
-[ ] Has Pytest style unit tests
6
-
-[ ] Code is [Flake 8](http://flake8.pycqa.org/en/latest/) compliant
7
-
-[ ] New features are documented, with examples if plot related
8
-
-[ ] Documentation is sphinx and numpydoc compliant
9
-
-[ ] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
10
-
-[ ] Documented in doc/api/next_api_changes/* if API changed in a backward-incompatible way
5
+
<!-- Please mark any checkboxes that do not apply to this PR as [N/A]. -->
6
+
7
+
-[ ] Has pytest style unit tests (and `pytest` passes).
8
+
-[ ] is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check).
9
+
-[ ] New features are documented, with examples if plot related.
10
+
-[ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
11
+
-[ ] Conforms to Matplotlib style conventions (with `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
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 `doc/api/api_changes_[NEXT_VERSION]/README.rst`).
11
14
12
15
<!--
13
16
Thank you so much for your PR! To help us review your contribution, please
0 commit comments