Another day another please break your PR that starts with "this PR does three things" into three PRs that do one thing.
@benc my biggest gripe with the GitHub Flow is that it’s so non-obvious how to review one commit at a time.
@jon right. the most comfortable flow I found with @ParslProject + github is forced-squash-merge, review the PR knowing it becomes one commit, i don't care what your pre-merge history is.
It's awkward for submitting sequences that relate to each other but that is pretty rare in our project.