blob: 2e978b6138086299d984227fbfac30fb12147bac [file] [log] [blame]
Andrew Bonventre16c5d302018-02-20 19:14:00 -05001This PR will be imported into Gerrit with the title and first
2comment (this text) used to generate the subject and body of
3the Gerrit change.
4
5**Please ensure you adhere to every item in this list.**
6
7More info can be found at https://github.com/golang/go/wiki/CommitMessage
8
9+ The PR title is formatted as follows: `net/http: frob the quux before blarfing`
10 + The package name goes before the colon
11 + The part after the colon uses the verb tense + phrase that completes the blank in,
12 "This change modifies Go to ___________"
13 + Lowercase verb after the colon
14 + No trailing period
15 + Keep the title as short as possible. ideally under 76 characters or shorter
16+ No Markdown
17+ The first PR comment (this one) is wrapped at 76 characters, unless it's
18 really needed (ASCII art, table, or long link)
19+ If there is a corresponding issue, add either `Fixes #1234` or `Updates #1234`
20 (the latter if this is not a complete fix) to this comment
21+ If referring to a repo other than `golang/go` you can use the
22 `owner/repo#issue_number` syntax: `Fixes golang/tools#1234`
23+ We do not use Signed-off-by lines in Go. Please don't add them.
24 Our Gerrit server & GitHub bots enforce CLA compliance instead.
25+ Delete these instructions once you have read and applied them