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

Skip to content

Commit 89f57a2

Browse files
authored
Merge pull request #21582 from ianhi/patch-3
Organize checklist in PR template
2 parents 13e07c3 + df41441 commit 89f57a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
## PR Checklist
44

55
<!-- Please mark any checkboxes that do not apply to this PR as [N/A]. -->
6-
6+
**Tests and Styling**
77
- [ ] Has pytest style unit tests (and `pytest` passes).
8-
- [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check).
8+
- [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (install `flake8-docstrings` and run `flake8 --docstring-convention=all`).
9+
10+
**Documentation**
911
- [ ] New features are documented, with examples if plot related.
10-
- [ ] 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 run `flake8 --docstring-convention=all`).
1212
- [ ] New features have an entry in `doc/users/next_whats_new/` (follow instructions in README.rst there).
1313
- [ ] API changes documented in `doc/api/next_api_changes/` (follow instructions in README.rst there).
14+
- [ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
1415

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

0 commit comments

Comments
 (0)