We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeef778 commit 09c68d2Copy full SHA for 09c68d2
getting-started/pull-request-lifecycle.rst
@@ -238,6 +238,11 @@ should do to help ensure that your pull request is accepted.
238
changes, because there might be interferences unknown to you between your
239
changes and some other part of the interpreter.
240
241
+#. **Keep your pull request focused and small.** A pull request should address
242
+ one issue or add one feature. Combining multiple unrelated changes makes a
243
+ pull request harder to review and increases the number of people notified
244
+ unnecessarily. When in doubt, split into separate pull requests.
245
+
246
#. Proper :ref:`documentation <documenting>` additions/changes should be included.
247
248
0 commit comments