diff options
author | Caleb Spare <cespare@gmail.com> | 2015-08-03 17:48:43 -0700 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2015-08-04 01:40:22 +0000 |
commit | 2bd523707062b6059fcd11b9ec8fdf2237b14894 (patch) | |
tree | 5883ee2afc0e29b97e2453e0cc94b27862e53103 /doc/contribute.html | |
parent | 8ac16b9d529bc42ef085cd633fe57e17d5db57f9 (diff) | |
download | go-git-2bd523707062b6059fcd11b9ec8fdf2237b14894.tar.gz |
doc: link to the release cycle from contribute.html
Change-Id: Ia5d41b66006682084fcbfac3da020946ea3dd116
Reviewed-on: https://go-review.googlesource.com/13093
Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'doc/contribute.html')
-rw-r--r-- | doc/contribute.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index 23371e2cff..45ed8f1553 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -40,6 +40,14 @@ It also checks that the design is sound before code is written; the code review tool is not the place for high-level discussions. </p> +<p> +When planning work, please note that the Go project follows a +<a href="https://golang.org/wiki/Go-Release-Cycle">six-month +development cycle</a>. The latter half of each cycle is a three-month +feature freeze during which only bug fixes and doc updates are accepted. +New work cannot be submitted during a feature freeze. +</p> + <h2 id="Testing">Testing redux</h2> <p> |