mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Encourage CL NNNN rather than git hash
parent
78d683d406
commit
bd88ca410b
@ -24,7 +24,7 @@ For the body (the rest of the description):
|
|||||||
* the Fixes line goes after the body with a blank newline separating the two
|
* the Fixes line goes after the body with a blank newline separating the two
|
||||||
* there is **no** Markdown in the commit message
|
* 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.
|
* 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.
|
* when referencing CLs, prefer saying "CL nnn" or using a golang.org/cl/nnn shortlink over a direct Gerrit URL or git hash, since that's more future-proof.
|
||||||
* when moving code between repos, include the CL, repository name, and git hash that it was moved from/to, so it is easier to trace history/blame.
|
* when moving code between repos, include the CL, repository name, and git hash that it was moved from/to, so it is easier to trace history/blame.
|
||||||
|
|
||||||
Please _don't_ use alternate GitHub-supported aliases like `Close` or `Resolves` instead of `Fixes`.
|
Please _don't_ use alternate GitHub-supported aliases like `Close` or `Resolves` instead of `Fixes`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user