mirror of
https://github.com/golang/go
synced 2024-11-24 23:57:57 -07:00
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
This commit is contained in:
parent
2f5a5be237
commit
3f38342e24
@ -218,9 +218,9 @@ mailing list.
|
|||||||
<p>
|
<p>
|
||||||
Replace “<code><enter description here></code>”
|
Replace “<code><enter description here></code>”
|
||||||
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
|
|||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user