Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81e3545

Browse files
Jody's PR template reorg
Co-authored-by: Jody Klymak <[email protected]>
1 parent c6e1a38 commit 81e3545

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
- [ ] Has pytest style unit tests (and `pytest` passes).
88
- [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check).
99
- [ ] New features are documented, with examples if plot related.
10+
- [ ] New features have an entry in `doc/users/next_whats_new/` (follow instructions in README.rst there).
11+
- [ ] API changes documented in `doc/api/next_api_changes/` (follow instructions in README.rst there).
12+
1013
- [ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
11-
- [ ] Conforms to Matplotlib style conventions (install `flake8-docstrings` and `pydocstyle<4` and run `flake8 --docstring-convention=all`).
12-
- [ ] New features have an entry in `doc/users/next_whats_new/` (follow instructions in README.rst there).
13-
- [ ] API changes documented in `doc/api/next_api_changes/` (follow instructions in README.rst there).
14+
- [ ] Conforms to Matplotlib style conventions (install `flake8-docstrings` and `pydocstyle<4` and run `flake8 --docstring-convention=all`).
1415

1516
<!--
1617
Thank you so much for your PR! To help us review your contribution, please

0 commit comments

Comments
 (0)