Explicitly state on the PR template that we can squash commits#6662
Explicitly state on the PR template that we can squash commits#6662nicoddemus merged 3 commits intopytest-dev:masterfrom
Conversation
This way we don't need to ask everytime, and users who for some reason would not like us to squash their commits can uncheck the box then.
.github/PULL_REQUEST_TEMPLATE.md
Outdated
| - [ ] Add yourself to `AUTHORS` in alphabetical order. | ||
|
|
||
| If you leave the *Allow edits from maintainers* checked, the mainteiners might squash your commits before merging. If unchecked, maintainers | ||
| will probably ask you to squash yourself then. |
There was a problem hiding this comment.
This is confusing.
squash-merging is not the same as (force-)pushing to the branch ("allow edits from maintainers").
might squash your commits before merging
This sounds like it would mean "squashed, force-pushed and then merged" (not squash-merged).
(Squash-merging is only an edit in the sense of maybe changing the commit message(, and having a single commit only of course.).)
So while a sentence like that is good, and the checkbox could be used as an indicator for that, it should be clarified.
I can think of it and make a suggestion in case my point does not come across clearly.. 👍
(also there's a typo at least: mainteiners)
There was a problem hiding this comment.
Changed, thanks. Feel free to make further suggestions directly. 👍
This way we don't need to ask everytime, and users who for some reason
would not like us to squash their commits can uncheck the box then.