From 7a9b6b359edaa6c4b5dfbc426f32e38d73473321 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 17 Apr 2023 22:58:00 -0400 Subject: [PATCH] docs: add instructions for maintainers --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) 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.