Skip to content

Commit adbc03f

Browse files
authored
language tidying
1 parent aabe383 commit adbc03f

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
@@ -7,12 +7,12 @@ Thank you so much for your PR! To help us review, fill out the form to the best
77
<!--- If it fixes an open issue, please link to the issue here. -->
88

99
## PR Checklist
10-
- [ ] Code is tested using Py.test on Py2 and Py3
10+
- [ ] Has Pytest style unit tests
1111
- [ ] Code is PEP 8 compliant
12-
- [ ] New features are documented-and have an example if plot related
12+
- [ ] New features are documented, with examples if plot related
1313
- [ ] Documentation is sphinx and numpydoc compliant
14-
- [ ] major new feature: added an entry to doc/users/whats_new.rst
15-
- [ ] change the API in a backward-incompatible way: documented it in doc/api/api_changes.rst
14+
- [ ] Added an entry to doc/users/whats_new.rst if major new feature:
15+
- [ ] Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way
1616

17-
We understand that PRs can sometimes feel like a guantlet, especially as the reviews start coming in. Please let us know
18-
if the reviews are unclear or the recommended next step is overwhelming, or if you would like help in addressing a reviewer's comments. And please ping us if you've been waiting too long to hear back on your PR!
17+
We understand that PRs can sometimes be overwhelming, especially as the reviews start coming in. Please let us know
18+
if the reviews are unclear or the recommended next step seems overly demanding , or if you would like help in addressing a reviewer's comments. And please ping us if you've been waiting too long to hear back on your PR!

0 commit comments

Comments
 (0)