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

Skip to content

Commit a5a5aea

Browse files
committed
DOCS: include how to reproduce CI in PR template
1 parent 52e04f5 commit a5a5aea

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,27 @@
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/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)
1119

1220
<!--
1321
Thank you so much for your PR! To help us review your contribution, please
1422
consider the following points:
1523
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.
1726
1827
- Help with git and github is available at
1928
https://matplotlib.org/devel/gitwash/development_workflow.html.

0 commit comments

Comments
 (0)