Skip to content

Commit

Permalink
Add a note about not modifying the git history to the quick guide (GH…
Browse files Browse the repository at this point in the history
…-588)


Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
  • Loading branch information
4 people authored May 24, 2020
1 parent ec91dc6 commit e0460a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pullrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Here is a quick overview of how you can contribute to CPython:
.. [*] If an issue is trivial (e.g. typo fixes), or if an issue already exists,
you can skip this step.
.. note::
In order to keep the commit history intact, please avoid squashing or amending
history and then force-pushing to the PR. Reviewers often want to look at
individual commits.

.. _Clear communication: https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution
.. _Open Source: https://opensource.guide/
.. _create an issue: https://bugs.python.org/
Expand Down

0 comments on commit e0460a9

Please sign in to comment.