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

Skip to content

Commit 088f8f5

Browse files
committed
DOCS: add action items to PR template
1 parent 0e87f48 commit 088f8f5

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## PR Checklist
44

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/next_api_changes/* if API changed in a backward-incompatible way
5+
<!-- Feel free to delete any checkboxes that do not apply to this PR. -->
6+
7+
- [ ] Has pytest style unit tests (and `pytest` passes).
8+
- [ ] is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant
9+
(run `flake8` on changed files to check).
10+
- [ ] New features are documented, with examples if plot related.
11+
- [ ] Documentation is sphinx and numpydoc compliant (the docs should
12+
[build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs)
13+
without error).
14+
- [ ] New features have an entry in `doc/users/next_whats_new/`
15+
(follow instructions in README.rst there).
16+
- [ ] API changes documented in `doc/api/next_api_changes/` (follow instructions
17+
in `doc/api/api_changes_[NEXT_VERSION]/README.rst`).
1118

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

0 commit comments

Comments
 (0)