-
Notifications
You must be signed in to change notification settings - Fork 915
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
Process change suggestion: squash-and-merge PRs #725
Comments
I like the idea of moving to squash-and-merge for PRs. It looks like if we remove the "allow merge commits" setting then this will become the default (but admins can still merge-commit): (see dotnet/runtime#260). @chalin is that your understanding of the settings work? |
@emckean - right: ensuring that "allow merge commits" is unchecked and that "allow squash merging" is checked seems to be the way to go. |
@LisaFC: any issue in implementing this? |
Followup to #540 (comment).
@LisaFC - I'd like to suggest a process change: squash-and-merge PRs from now on rather than doing a default merge. This will keep the repo history clean, and make it more obvious which changes any given PR is introducing. It will also be helpful to PR authors as it usually forces PR authors, who might be working from a very old version of the repo, to rebase and resolve any merge conflicts (using their expertise of the code changes they're introducing) before their PR can be accepted for merging.
Thoughts?
/cc @nate-double-u @celestehorgan
The text was updated successfully, but these errors were encountered: