Commit 3f38342e authored by Nigel Tao's avatar Nigel Tao

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
parent 2f5a5be2
...@@ -218,9 +218,9 @@ mailing list. ...@@ -218,9 +218,9 @@ mailing list.
<p> <p>
Replace &ldquo;<code>&lt;enter description here&gt;</code>&rdquo; Replace &ldquo;<code>&lt;enter description here&gt;</code>&rdquo;
with a description of your change. with a description of your change.
The first line of the change description is conventionally The first line of the change description is conventionally a one-line
a one-line summary of the change and is used as the summary of the change, prefixed by the primary affected package,
subject for code review mail; the rest of the and is used as the subject for code review mail; the rest of the
description elaborates. description elaborates.
</p> </p>
...@@ -245,7 +245,7 @@ Reviewer: golang-dev@googlegroups.com ...@@ -245,7 +245,7 @@ Reviewer: golang-dev@googlegroups.com
CC: math-nuts@swtch.com CC: math-nuts@swtch.com
Description: 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). See Bimmler and Shaney, ``Extreme sinusoids,'' J. Math 3(14).
Fixes issue 159. Fixes issue 159.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment