]> Cypherpunks repositories - gostls13.git/commitdiff
doc: improve commit messages
authormbj36 <mohitbajo36@gmail.com>
Sun, 15 Apr 2018 17:20:14 +0000 (22:50 +0530)
committerGiovanni Bajo <rasky@develer.com>
Mon, 16 Apr 2018 11:44:28 +0000 (11:44 +0000)
Fixes #24852

Change-Id: I71d0d7f75108bf4ad606733a45bb71baa66a4e91
Reviewed-on: https://go-review.googlesource.com/107197
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Giovanni Bajo <rasky@develer.com>
doc/contribute.html

index 4664f65069ac95b14f047deead210ff6ac03f713..91812a2afe66505f2e628e42b32a09b54cccc4af 100644 (file)
@@ -579,13 +579,14 @@ The algorithm is described at http://wikipedia.org/wiki/McGillicutty_Algorithm
 
 Fixes #159
 </pre>
+
 </p>
 
 <h3>First line</h3>
 
 <p>
 The first line of the change description is conventionally a one-line
-summary of the change, prefixed by the primary affected package.</p>
+summary of the change, prefixed by the primary affected package. Keep the first line as short as possible (ideally, under 76 characters).</p>
 
 <p>It should be written so to complete the sentence "This change modifies Go to _____."</p>
 
@@ -595,7 +596,7 @@ summary of the change, prefixed by the primary affected package.</p>
 change and explain what it does.
 Write in complete sentences with correct punctuation, just like
 for your comments in Go.
-If there is a helpful reference, mention it here.
+No Markdown should be used.
 </p>
 
 <h3>Referencing issues</h3>
@@ -621,10 +622,6 @@ linked to the issue in the main repository. The correct form is "Fixes golang/go
 </p>
 
 
-
-
-
-
 <h2 id="review">The review process</h2>
 
 <p>