From: Caleb Spare Date: Tue, 4 Aug 2015 00:48:43 +0000 (-0700) Subject: doc: link to the release cycle from contribute.html X-Git-Tag: go1.5rc1~42 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2bd523707062b6059fcd11b9ec8fdf2237b14894;p=gostls13.git doc: link to the release cycle from contribute.html Change-Id: Ia5d41b66006682084fcbfac3da020946ea3dd116 Reviewed-on: https://go-review.googlesource.com/13093 Reviewed-by: Andrew Gerrand --- 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.

+

+When planning work, please note that the Go project follows a +six-month +development cycle. 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. +

+

Testing redux