We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec91dc6 commit e0460a9Copy full SHA for e0460a9
pullrequest.rst
@@ -47,6 +47,11 @@ Here is a quick overview of how you can contribute to CPython:
47
.. [*] If an issue is trivial (e.g. typo fixes), or if an issue already exists,
48
you can skip this step.
49
50
+.. note::
51
+ In order to keep the commit history intact, please avoid squashing or amending
52
+ history and then force-pushing to the PR. Reviewers often want to look at
53
+ individual commits.
54
+
55
.. _Clear communication: https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution
56
.. _Open Source: https://opensource.guide/
57
.. _create an issue: https://bugs.python.org/
0 commit comments