|
1 |
| -## PR Summary |
| 1 | +## PR summary |
2 | 2 |
|
3 |
| -## PR Checklist |
| 3 | +## PR checklist |
| 4 | +<!-- Please mark any checkboxes that do not apply to this PR as [N/A].--> |
4 | 5 |
|
5 |
| -<!-- Please mark any checkboxes that do not apply to this PR as [N/A]. --> |
6 |
| -**Linked Issue** |
7 |
| -- [ ] Added "closes #0000" in the PR description to link it to the original issue. |
8 |
| - |
9 |
| -**Documentation and Tests** |
10 |
| -- [ ] Has pytest style unit tests (and `pytest` passes) |
11 |
| -- [ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error). |
12 |
| -- [ ] New plotting related features are documented with examples. |
13 |
| - |
14 |
| -**Release Notes** |
15 |
| -- [ ] New features are marked with a `.. versionadded::` directive in the docstring and documented in `doc/users/next_whats_new/` |
16 |
| -- [ ] API changes are marked with a `.. versionchanged::` directive in the docstring and documented in `doc/api/next_api_changes/` |
17 |
| -- [ ] Release notes conform with instructions in `next_whats_new/README.rst` or `next_api_changes/README.rst` |
| 6 | +- [ ] "closes #0000" is in the body of the PR description to [link the related issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) |
| 7 | +- [ ] new and changed code is [tested](https://matplotlib.org/devdocs/devel/testing.html) |
| 8 | +- [ ] *Plotting related* features are demonstrated in an [example](https://matplotlib.org/devdocs/devel/documenting_mpl.html#writing-examples-and-tutorials) |
| 9 | +- [ ] *New Features* and *API Changes* are noted with a [directive and release note](https://matplotlib.org/devdocs/devel/coding_guide.html#new-features-and-api-changes) |
| 10 | +- [ ] Documentation complies with [general](https://matplotlib.org/devdocs/devel/documenting_mpl.html#writing-rest-pages) and [docstring](https://matplotlib.org/devdocs/devel/documenting_mpl.html#writing-docstrings) guidelines |
18 | 11 |
|
19 | 12 | <!--
|
20 | 13 | Thank you so much for your PR! To help us review your contribution, please
|
21 | 14 | consider the following points:
|
22 | 15 |
|
23 | 16 | - A development guide is available at https://matplotlib.org/devdocs/devel/index.html.
|
24 | 17 |
|
25 |
| -- Help with git and github is available at |
26 |
| - https://matplotlib.org/devel/gitwash/development_workflow.html. |
| 18 | +- Help with git and github is available at https://matplotlib.org/devdocs/devel/development_workflow.html |
27 | 19 |
|
28 | 20 | - Create a separate branch for your changes and open the PR from this branch. Please avoid working on `main`.
|
29 | 21 |
|
|
0 commit comments