8000 Add a note about not modifying the git history to the quick guide by DahlitzFlorian · Pull Request #588 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add a note 8000 about not modifying the git history to the quick guide #588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions proposed by @willingc
  • Loading branch information
DahlitzFlorian committed May 23, 2020
commit 027b79bb6e4a81e211979a1572bcba9a3b08b448
5 changes: 3 additions & 2 deletions pullrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Here is a quick overview of how you can contribute to CPython:
you can skip this step.

.. note::
In order to keep the commit history intact, please avoid force-pushing to
the PR. Reviewers often want to look at individual commits.
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/
Expand Down
0