diff options
Diffstat (limited to 'doc/contribute.html')
-rw-r--r-- | doc/contribute.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index 6814274ba..ba70c9600 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -1,4 +1,4 @@ -<!-- Contributing to the Go project --> +<!-- Contribution Guidelines --> <h2 id="Introduction">Introduction</h2> @@ -218,9 +218,9 @@ mailing list. <p> Replace “<code><enter description here></code>” 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. @@ -522,7 +522,7 @@ This rigmarole needs to be done only for your first submission. <p>Code that you contribute should use the standard copyright header:</p> <pre> -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. </pre> |