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

Skip to content

Commit 6587344

Browse files
brunobeltranQuLogic
andcommitted
DOCS: @QuLogic's PR template suggestions
Co-Authored-By: Elliott Sales de Andrade <[email protected]>
1 parent 3eab9d6 commit 6587344

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ To help us review your pull request, make sure:
2323

2424
New code:
2525

26-
- [ ] has Pytest style unit tests (and `pytest lib/matplotlib/tests` passes)
27-
- [ ] is [Flake 8](http://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check)
26+
- [ ] has pytest style unit tests (and `pytest` passes)
27+
- [ ] is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check)
2828
- [ ] is documented, with examples if plot related
2929

3030
New documentation:
3131

32-
- [ ] is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
33-
- [ ] conforms to matplotlib style conventions (if you have `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
32+
- [ ] is Sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
33+
- [ ] conforms to Matplotlib style conventions (if you have `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
3434
<!--
3535
- If you are contributing fixes to docstrings, please pay attention to
36-
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
36+
https://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
3737
note the difference between using single backquotes, double backquotes, and
3838
asterisks in the markup.
3939
-->
@@ -52,7 +52,7 @@ If you have further questions:
5252
- A more complete development guide is available at
5353
https://matplotlib.org/devdocs/devel/index.html.
5454
55-
- Help with git and github is available at
55+
- Help with Git and GitHub is available at
5656
https://matplotlib.org/devel/gitwash/development_workflow.html.
5757
5858
We understand that PRs can sometimes be overwhelming, especially as the

0 commit comments

Comments
 (0)