mirror of
https://github.com/golang/go
synced 2024-11-21 14:34:41 -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>
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user