|
2 | 2 |
|
3 | 3 | ## PR Checklist
|
4 | 4 |
|
5 |
| -- [ ] Has Pytest style unit tests |
6 |
| -- [ ] Code is [Flake 8](http://flake8.pycqa.org/en/latest/) compliant |
7 |
| -- [ ] New features are documented, with examples if plot related |
8 |
| -- [ ] Documentation is sphinx and numpydoc compliant |
9 |
| -- [ ] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there) |
10 |
| -- [ ] Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way |
| 5 | +- [ ] Has Pytest style unit tests (and `pytest lib/matplotlib/tests` passes) |
| 6 | +- [ ] Code is [Flake 8](http://flake8.pycqa.org/en/latest/) compliant (run |
| 7 | + `flake8` on changed files to check) |
| 8 | +- [ ] New features (if any) are documented, with examples if plot related |
| 9 | +- [ ] Documentation is sphinx and numpydoc compliant (the docs should |
| 10 | + [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) |
| 11 | + without error) |
| 12 | +- [ ] New documentation conforms to matplotlib style conventions. (If you have |
| 13 | + `flake8-docstrings` and `pydocstyle<4` installed, run |
| 14 | + `flake8 --docstring-convention=all` on changed files to check). |
| 15 | +- [ ] Added an entry to doc/users/next\_whats\_new/ if major new feature |
| 16 | + (follow instructions in README.rst there) |
| 17 | +- [ ] Documented in doc/api/api\_changes\_[VERSION] if API changed in a |
| 18 | + backward-incompatible way (follow instructions in README.rst there) |
11 | 19 |
|
12 | 20 | <!--
|
13 | 21 | Thank you so much for your PR! To help us review your contribution, please
|
14 | 22 | consider the following points:
|
15 | 23 |
|
16 |
| -- A development guide is available at https://matplotlib.org/devdocs/devel/index.html. |
| 24 | +- A development guide is available at |
| 25 | + https://matplotlib.org/devdocs/devel/index.html. |
17 | 26 |
|
18 | 27 | - Help with git and github is available at
|
19 | 28 | https://matplotlib.org/devel/gitwash/development_workflow.html.
|
|
0 commit comments