Should we have some guidance on what the commit message should be for our squash merges? The default is something like:
bpo-12345: PR Title (#PRNumber)
* bpo-12345: Commit message from first commit on the PR
* Commit message from second commit
* Commit message from a cleanup commit
Should we explicitly clean up the message, specifically by removing unnecessary cleanup commit messages and manually merging relevant parts of remaining commit messages?
Should we have some guidance on what the commit message should be for our squash merges? The default is something like:
Should we explicitly clean up the message, specifically by removing unnecessary cleanup commit messages and manually merging relevant parts of remaining commit messages?