Remind core devs to delete their branches (#1073)

This commit is contained in:
Guido van Rossum
2017-03-22 20:23:37 -07:00
committed by Jelle Zijlstra
parent 1a2381828e
commit de95aac022

View File

@@ -241,3 +241,4 @@ Core developers should follow these rules when processing pull requests:
* Always wait for tests to pass before merging PRs.
* Use "[Squash and merge](https://github.com/blog/2141-squash-your-commits)" to merge PRs.
* Delete branches for merged PRs (by core devs pushing to the main repo).