Skip to content

Commit e8021d1

Browse files
methaneencukouwillingcterryjreedy
authored
Add note about formatting-only PR (#635)
* Add note about formatting-only PR * Update pullrequest.rst Co-authored-by: Petr Viktorin <encukou@gmail.com> * Update pullrequest.rst * Update pullrequest.rst Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent f83559a commit e8021d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pullrequest.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ one or two discrepancies those can be fixed by the core developer who merges
185185
your pull request. But if you have systematic deviations from the style guides
186186
your pull request will be put on hold until you fix the formatting issues.
187187

188+
.. note::
189+
Pull requests with only code formatting changes are usually rejected. On the other
190+
hand, fixes for typos and grammar errors in documents and docstrings are
191+
welcome.
192+
188193
Second, be aware of backwards-compatibility considerations. While the core
189194
developer who eventually handles your pull request will make the final call on
190195
whether something is acceptable, thinking about backwards-compatibility early

0 commit comments

Comments
 (0)