From 3f38342e24ead62afb8834de965e4d8758b5051f Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Wed, 5 Jan 2011 13:00:08 +1100 Subject: [PATCH] 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 --- doc/contribute.html | 8 ++++---- 1 file 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.

Replace “<enter description here>” 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.

@@ -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.