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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ To help us review your pull request, make sure:
23
23
24
24
New code:
25
25
26
-
-[ ] has Pytest style unit tests (and `pytest lib/matplotlib/tests` passes)
27
-
-[ ] is [Flake 8](http://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check)
26
+
-[ ] has pytest style unit tests (and `pytest` passes)
27
+
-[ ] is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check)
28
28
-[ ] is documented, with examples if plot related
29
29
30
30
New documentation:
31
31
32
-
-[ ] is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
33
-
-[ ] conforms to matplotlib style conventions (if you have `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
32
+
-[ ] is Sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
33
+
-[ ] conforms to Matplotlib style conventions (if you have `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
34
34
<!--
35
35
- If you are contributing fixes to docstrings, please pay attention to
36
-
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
36
+
https://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
37
37
note the difference between using single backquotes, double backquotes, and
38
38
asterisks in the markup.
39
39
-->
@@ -52,7 +52,7 @@ If you have further questions:
52
52
- A more complete development guide is available at
0 commit comments