add note about not squashing (#1830)

This commit is contained in:
Elliott Beach
2018-01-16 18:26:48 -06:00
committed by Guido van Rossum
parent 72052d8338
commit f207bc3cc3

View File

@@ -75,6 +75,9 @@ processed incorrectly by a type checker. It is also helpful to add
links to online documentation or to the implementation of the code
you are changing.
Also, do not squash your commits after you have submitted a pull request, as this
erases context during review. We will squash commits when the pull request is merged.
At present the core developers are (alphabetically):
* David Fisher (@ddfisher)
* Łukasz Langa (@ambv)