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
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ New documentation:
19
19
20
20
-[ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
21
21
-[ ] Documentation conforms to matplotlib style conventions. (If you have `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
22
+
<!--
23
+
- If you are contributing fixes to docstrings, please pay attention to
24
+
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
25
+
note the difference between using single backquotes, double backquotes, and
26
+
asterisks in the markup.
27
+
-->
22
28
23
29
New features:
24
30
@@ -28,20 +34,16 @@ API changes:
28
34
29
35
-[ ] Documented in `doc/api/api_changes_[NEXT_VERSION]` if API changed in a backward-incompatible way (follow instructions in `doc/api/api_changes_[NEXT_VERSION]/README.rst`)
30
36
37
+
<!--
31
38
Meta:
32
39
33
-
-[ ] PR title summarizes the changes. (For example, prefer "Raise `ValueError` on non-numeric input to `set_xlim`" instead of "Addresses issue #8576").
34
-
-[ ] PR has at least 1-2 sentence summary.
35
-
-[ ] PR is not out of master, but out of a separate branch (e.g. `your-user-name:non-numeric-xlim -> matplotlib:master`)
36
-
-[ ] Optional: PR cross-links related issues.
40
+
- PR title summarizes the changes. (For example, prefer "Raise `ValueError` on non-numeric input to `set_xlim`" instead of "Addresses issue #8576").
41
+
- PR has at least 1-2 sentence summary.
42
+
- PR is not out of master, but out of a separate branch (e.g. `your-user-name:non-numeric-xlim -> matplotlib:master`)
43
+
- Optional: PR cross-links related issues.
44
+
-->
37
45
38
46
<!--
39
-
- If you are contributing fixes to docstrings, please pay attention to
40
-
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
41
-
note the difference between using single backquotes, double backquotes, and
42
-
asterisks in the markup.
43
-
44
-
45
47
If you have further questions:
46
48
47
49
- A more complete development guide is available at
0 commit comments