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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,9 @@
3
3
## PR Checklist
4
4
5
5
<!-- Please mark any checkboxes that do not apply to this PR as [N/A]. -->
6
-
**Tests and Styling**
7
-
-[ ] Has pytest style unit tests (and `pytest` passes).
8
-
-[ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (install `flake8-docstrings` and run `flake8 --docstring-convention=all`).
9
6
10
-
**Documentation**
7
+
**Documentation and Tests**
8
+
-[ ] Has pytest style unit tests (and `pytest` passes)
11
9
-[ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
12
10
-[ ] New plotting related features are documented with examples.
0 commit comments