From bb4bc606b9a92e8e53f3245b362c61d07aadfce3 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 29 Jan 2019 13:35:55 -0500 Subject: [PATCH] Suggest that saying "CL nnn" or golang.org/cl/nnn is preferred over direct Gerrit URLs. --- CommitMessage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CommitMessage.md b/CommitMessage.md index caba1705..ed0e949c 100644 --- a/CommitMessage.md +++ b/CommitMessage.md @@ -24,6 +24,7 @@ For the body (the rest of the description): * the Fixes/Updates line goes after the body with a blank newline separating the two * there is **no** Markdown in the commit message * we **do not** use `Signed-off-by` lines. Don't add them. Our Gerrit server & GitHub bots enforce CLA compliance instead. +* when referencing CLs, prefer saying "CL nnn" or using a golang.org/cl/nnn shortlink over a direct Gerrit URL, since that's more future-proof. If it's not a complete fix and more is coming, use: