aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2011-01-05 13:00:08 +1100
committerNigel Tao <nigeltao@golang.org>2011-01-05 13:00:08 +1100
commit3f38342e24ead62afb8834de965e4d8758b5051f (patch)
tree8a2737e79dfed8187abcab8b644992766070f9a4
parent2f5a5be237d8e115188398c30545a0e593269928 (diff)
downloadgo-3f38342e24ead62afb8834de965e4d8758b5051f.tar.gz
go-3f38342e24ead62afb8834de965e4d8758b5051f.zip
doc: update contribution guidelines to prefix the change description
with the primary affected package. R=rsc, adg CC=golang-dev https://golang.org/cl/3867041
-rw-r--r--doc/contribute.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index 4758a0896b..f18346bca6 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -218,9 +218,9 @@ mailing list.
<p>
Replace &ldquo;<code>&lt;enter description here&gt;</code>&rdquo;
with a description of your change.
-The first line of the change description is conventionally
-a one-line summary of the change and is used as the
-subject for code review mail; the rest of the
+The first line of the change description is conventionally a one-line
+summary of the change, prefixed by the primary affected package,
+and is used as the subject for code review mail; the rest of the
description elaborates.
</p>
@@ -245,7 +245,7 @@ Reviewer: golang-dev@googlegroups.com
CC: math-nuts@swtch.com
Description:
- Sin, Cos, Tan: improved precision for very large arguments
+ math: improved Sin, Cos and Tan precision for very large arguments.
See Bimmler and Shaney, ``Extreme sinusoids,'' J. Math 3(14).
Fixes issue 159.