diff options
| author | Matthew Dempsky <mdempsky@google.com> | 2013-01-10 14:17:20 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-01-10 14:17:20 +1100 |
| commit | 7d403871cb7e319cb1f52ce2ff04c80bdc5ac92a (patch) | |
| tree | 1b524bceb3d44376ed9d20ddc60e13b73dc87802 | |
| parent | eee3dd1292ba1b4282b39e3288239d5259a765b4 (diff) | |
| download | go-7d403871cb7e319cb1f52ce2ff04c80bdc5ac92a.tar.xz | |
doc/contribute: Link to IssueTracker docs for more "special sentences"
Update #4582.
R=nigeltao, dave, adg
CC=golang-dev
https://golang.org/cl/7070065
| -rw-r--r-- | doc/contribute.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index 94409a80bf..b9e268a99f 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -266,6 +266,8 @@ The special sentence “Fixes issue 159.” associates the change with issue 159 in the <a href="http://code.google.com/p/go/issues/list">Go issue tracker</a>. When this change is eventually submitted, the issue tracker will automatically mark the issue as fixed. +(These conventions are described in detail by the +<a href="http://code.google.com/p/support/wiki/IssueTracker#Integration_with_version_control">Google Project Hosting Issue Tracker documentation</a>.) </p> <p> |
