diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3dad69..3a79d64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,3 +51,8 @@ feat(bar)!: foo the bars BREAKING CHANGE: bars are now foo'ed ``` + +## For Maintainers + +Use squash merges when reasonable. They don't pollute the log with merge commits, and +unlike rebase merges, list the author as the committer as well.