]> Cypherpunks.ru repositories - gostls13.git/blobdiff - CONTRIBUTING.md
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / CONTRIBUTING.md
index 274822b5121a3c1f9c12d8a87ffcc062bdb644ce..4cd76c29503d5dcee45240cd4de94e4f25c78d28 100644 (file)
@@ -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.