diff options
| author | Sean Liao <sean@liao.dev> | 2025-12-07 13:29:18 +0000 |
|---|---|---|
| committer | Sean Liao <sean@liao.dev> | 2025-12-13 02:36:56 -0800 |
| commit | 5dfb5f2d8234f457fa6654f8c4ef5519beee0675 (patch) | |
| tree | 07bf3287931197371f42113ec55d75bf965573fa | |
| parent | 8ead8594702c5fb61843b8b91fd2e144eede1297 (diff) | |
| download | go-x-website-5dfb5f2d8234f457fa6654f8c4ef5519beee0675.tar.xz | |
_content/doc: recommend wrapping commit message text
Change-Id: Icf39a78b3d04c81fb6a36a9b23a3b9586a6a6964
Reviewed-on: https://go-review.googlesource.com/c/website/+/727860
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Florian Lehner <lehner.florian86@gmail.com>
Reviewed-by: t hepudds <thepudds1460@gmail.com>
| -rw-r--r-- | _content/doc/contribute.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_content/doc/contribute.html b/_content/doc/contribute.html index b807d2e7..71e182d0 100644 --- a/_content/doc/contribute.html +++ b/_content/doc/contribute.html @@ -815,6 +815,8 @@ change and explain what it does. Write in complete sentences with correct punctuation, just like for your comments in Go. Don't use HTML, Markdown, or any other markup language. +The text should be wrapped at around 72 columns. +See <a href="/wiki/CommitMessage">Commit messages</a> for additional details. </p> <p> |
