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
+22-19Lines changed: 22 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,36 @@
1
1
## PR Summary
2
2
3
3
<!--
4
-
Please provide at least a 1-2 sentence summary of the purpose of the PR.
4
+
Thank you so much for your PR! Please summarize the purpose of the PR here
5
+
using at least 1-2 sentences.
6
+
7
+
To help us review your pull request, make sure:
8
+
9
+
- The PR title descriptively summarizes the changes.
10
+
- e.g. "Raise `ValueError` on non-numeric input to `set_xlim`"
11
+
- Please don't use non-descriptive titles such as "Addresses issue #8576".
12
+
- The PR summary includes:
13
+
- How the PR implements any changes.
14
+
- Why these changes are necessary.
15
+
- The PR is not out of master, but out of a separate branch.
16
+
- e.g. `your-user-name:non-numeric-xlim -> matplotlib:master`
17
+
- Optional: PR cross-links related issues.
5
18
-->
6
19
7
-
8
20
## PR Checklists
9
21
10
22
<!-- Feel free to delete any checkboxes that do not apply to this PR. -->
11
23
12
24
New code:
13
25
14
-
-[ ]Has Pytest style unit tests (and `pytest lib/matplotlib/tests` passes)
15
-
-[ ]Code is [Flake 8](http://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check)
16
-
-[ ]Code is documented, with examples if plot related
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)
28
+
-[ ] is documented, with examples if plot related
17
29
18
30
New documentation:
19
31
20
-
-[ ]Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
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).
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).
22
34
<!--
23
35
- If you are contributing fixes to docstrings, please pay attention to
24
36
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
@@ -28,20 +40,11 @@ New documentation:
28
40
29
41
New features:
30
42
31
-
-[ ]Have an entry in `doc/users/next_whats_new/` (follow instructions in `doc/users/next_whats_new/README.rst`)
43
+
-[ ]have an entry in `doc/users/next_whats_new/` (follow instructions in `doc/users/next_whats_new/README.rst`)
32
44
33
45
API changes:
34
46
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`)
36
-
37
-
<!--
38
-
Meta:
39
-
40
-
- PR title descriptively summarizes the changes. (For example, prefer "Raise `ValueError` on non-numeric input to `set_xlim`" to "Addresses issue #8576").
41
-
- PR has at least a 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
-
-->
47
+
-[ ] are 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`)
0 commit comments