aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-02-12 15:05:15 -0500
committerAndrew Bonventre <andybons@golang.org>2018-02-12 15:06:08 -0500
commitb83d7f72537bdc0cec2e949d73ae40fbd42b7c63 (patch)
treee5d6e0f392ace9107ddea3a72a82f9b2ecc0bcef /CONTRIBUTING.md
parent20e228f2fdb44350c858de941dff4aea9f3127b8 (diff)
parent74b56022a1f834b3edce5c3eca0570323ac90cd7 (diff)
downloadgo-b83d7f72537bdc0cec2e949d73ae40fbd42b7c63.tar.gz
go-b83d7f72537bdc0cec2e949d73ae40fbd42b7c63.zip
[release-branch.go1.10] all: merge master into release-branch.go1.10
* 74b56022a1 doc: note that x509 cert parsing rejects some more certs now * c52e27e68d CONTRIBUTING: remove Pull Request bit * 829b64c1ea cmd/fix: fix cast check * ee59f6dff2 doc: minor wording improvement to the diagnostics guide * c6e7330ebd all: remove PULL_REQUEST_TEMPLATE from .github * d814c2be9b doc: remove Pull Request note in README.md * 104445e314 doc: document Go 1.9.4 and Go 1.8.7 Change-Id: I58bfc6800964504258690d774a9b0aeaba509086
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4f2c4d4b02..7c1dd54b30 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,11 +30,6 @@ 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.