Skip to content

Commit e827dd9

Browse files
committed
DOCS: add links and sections to PR template
1 parent 0e87f48 commit e827dd9

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
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+
<!-- Please remove any checkboxes that do not apply to this PR. -->
6+
7+
Code:
8+
- [ ] has pytest style unit tests (and `pytest` passes).
9+
- [ ] is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check).
10+
11+
New features:
12+
- [ ] are documented, [with examples](https://matplotlib.org/devel/documenting_mpl.html#writing-examples-and-tutorials) if plot related.
13+
- [ ] have an entry in `doc/users/next_whats_new/` (follow instructions in [the "What's New" README](https://github.com/matplotlib/matplotlib/blob/master/doc/users/next_whats_new/README.rst)).
14+
15+
API Changes:
16+
- [ ] are documented in `doc/api/next_api_changes/` (follow instructions in [the API changes README.rst](https://github.com/matplotlib/matplotlib/blob/master/doc/api/next_api_changes/README.rst).
17+
18+
Documentation:
19+
- [ ] is [sphinx](https://www.sphinx-doc.org/en/master/index.html) and [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
20+
- [ ] conforms to Matplotlib style conventions (install `flake8-docstrings` and `pydocstyle<4`, then run `flake8 --docstring-convention=all`).
1121

1222
<!--
1323
Thank you so much for your PR! To help us review your contribution, please
@@ -39,3 +49,4 @@ the recommended next step seems overly demanding, if you would like help in
3949
addressing a reviewer's comments, or if you have been waiting too long to hear
4050
back on your PR.
4151
-->
52+

0 commit comments

Comments
 (0)