From 7d403871cb7e319cb1f52ce2ff04c80bdc5ac92a Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Thu, 10 Jan 2013 14:17:20 +1100 Subject: [PATCH] doc/contribute: Link to IssueTracker docs for more "special sentences" Update #4582. R=nigeltao, dave, adg CC=golang-dev https://golang.org/cl/7070065 --- doc/contribute.html | 2 ++ 1 file changed, 2 insertions(+) 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 Go issue tracker. When this change is eventually submitted, the issue tracker will automatically mark the issue as fixed. +(These conventions are described in detail by the +Google Project Hosting Issue Tracker documentation.)

-- 2.50.0