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

Skip to content

Commit ca31647

Browse files
committed
DOCS: don't show non-checkbox items in PR template
1 parent 753dc7a commit ca31647

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ New documentation:
1919

2020
- [ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error)
2121
- [ ] Documentation conforms to matplotlib style conventions. (If you have `flake8-docstrings` and `pydocstyle<4` installed, run `flake8 --docstring-convention=all` on changed files to check).
22+
<!--
23+
- If you are contributing fixes to docstrings, please pay attention to
24+
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
25+
note the difference between using single backquotes, double backquotes, and
26+
asterisks in the markup.
27+
-->
2228

2329
New features:
2430

@@ -28,20 +34,16 @@ API changes:
2834

2935
- [ ] Documented in `doc/api/api_changes_[NEXT_VERSION]` if API changed in a backward-incompatible way (follow instructions in `doc/api/api_changes_[NEXT_VERSION]/README.rst`)
3036

37+
<!--
3138
Meta:
3239
33-
- [ ] PR title summarizes the changes. (For example, prefer "Raise `ValueError` on non-numeric input to `set_xlim`" instead of "Addresses issue #8576").
34-
- [ ] PR has at least 1-2 sentence summary.
35-
- [ ] PR is not out of master, but out of a separate branch (e.g. `your-user-name:non-numeric-xlim -> matplotlib:master`)
36-
- [ ] Optional: PR cross-links related issues.
40+
- PR title summarizes the changes. (For example, prefer "Raise `ValueError` on non-numeric input to `set_xlim`" instead of "Addresses issue #8576").
41+
- PR has at least 1-2 sentence summary.
42+
- PR is not out of master, but out of a separate branch (e.g. `your-user-name:non-numeric-xlim -> matplotlib:master`)
43+
- Optional: PR cross-links related issues.
44+
-->
3745

3846
<!--
39-
- If you are contributing fixes to docstrings, please pay attention to
40-
http://matplotlib.org/devel/documenting_mpl.html#formatting. In particular,
41-
note the difference between using single backquotes, double backquotes, and
42-
asterisks in the markup.
43-
44-
4547
If you have further questions:
4648
4749
- A more complete development guide is available at

0 commit comments

Comments
 (0)