aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-02-12 20:09:58 +0000
committerAndrew Bonventre <andybons@golang.org>2018-02-12 20:10:09 +0000
commit3b6abd8a4501d816e80b4d46e6fda4df486ccb66 (patch)
tree17aeab975e50639475fca1093e048317a6fbea78 /CONTRIBUTING.md
parentb83d7f72537bdc0cec2e949d73ae40fbd42b7c63 (diff)
downloadgo-3b6abd8a4501d816e80b4d46e6fda4df486ccb66.tar.gz
go-3b6abd8a4501d816e80b4d46e6fda4df486ccb66.zip
Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"
This reverts commit b83d7f72537bdc0cec2e949d73ae40fbd42b7c63. Reason for revert: wrong branch Change-Id: I28ebb121f7b3e331729e8a6a00961b876f3dd0f2 Reviewed-on: https://go-review.googlesource.com/93455 Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7c1dd54b30..4f2c4d4b02 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,6 +30,11 @@ For change proposals, see [Proposing Changes To Go](https://github.com/golang/pr
Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html) before sending patches.
+**We do not accept GitHub pull requests**
+(we use [an instance](https://go-review.googlesource.com/) of the
+[Gerrit](https://www.gerritcodereview.com/) code review system instead).
+Also, please do not post patches on the issue tracker.
+
Unless otherwise noted, the Go source files are distributed under
the BSD-style license found in the LICENSE file.