From a9bd54c620679bd27f4dbb444e1d5a44797cf6f9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 15 Feb 2018 07:58:36 -0800 Subject: [PATCH] Updated CommitMessage (markdown) --- CommitMessage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CommitMessage.md b/CommitMessage.md index 70c4aecb..89c03d47 100644 --- a/CommitMessage.md +++ b/CommitMessage.md @@ -17,6 +17,7 @@ Notably, * keep the subject (first line) as short as possible. ideally under 76 characters or shorter. * keep the body wrapped too, also max 76, unless it's really needed (ASCII art, table, or long link) * no Markdown +* we **do not** use `Signed-off-by` lines in Go. Please don't add them. Our Gerrit server & GitHub bots enforce CLA compliance instead. If it's not a complete fix and more is coming, use: