X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=CONTRIBUTING.md;h=4cd76c29503d5dcee45240cd4de94e4f25c78d28;hb=HEAD;hp=274822b5121a3c1f9c12d8a87ffcc062bdb644ce;hpb=e0d50a5830cbd17810cd488bf70d86fd0c2757ec;p=gostls13.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 274822b512..4cd76c2950 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,7 @@ the behavior you are seeing is confirmed as a bug or issue, it can easily be re- Sensitive security-related issues should be reported to [security@golang.org](mailto:security@golang.org). See the [security policy](https://golang.org/security) for details. +The recommended way to file an issue is by running `go bug`. Otherwise, when filing an issue, make sure to answer these five questions: 1. What version of Go are you using (`go version`)? @@ -23,17 +24,12 @@ Otherwise, when filing an issue, make sure to answer these five questions: 4. What did you expect to see? 5. What did you see instead? -For change proposals, see [Proposing Changes To Go](https://github.com/golang/proposal/). +For change proposals, see [Proposing Changes To Go](https://go.dev/s/proposal-process). ## Contributing code 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.