1
0
mirror of https://github.com/golang/go synced 2024-06-28 22:45:43 +00:00
go/CONTRIBUTING.md
Daniel Frederick Crisman f521077b01 doc: normalize proposal-process links
The docs in .github & CONTRIBUTING.md have three different links to the same place. I have picked the one from "10-proposal.md" as the canonical url as it uses the normal go website shortener service (thus centralizing any future maintenance of this location), uses the new public domain (go.dev over golang.org), and also picks up the readme URI fragment from the shortener redirect which allows the doc links to be cleaner, but also the convenience for the reader starting directly at the human readable parsed README.md.

Should also cut down on confusion like I had reading documentation about why there were multiple proposal sites, which turned out all to be the same place.

Update all proposal-process links to the same URL.

Change-Id: I2f2ea3a6ca34a445268285520e1b19570946afb8
GitHub-Last-Rev: eb769089e6
GitHub-Pull-Request: golang/go#59238
Reviewed-on: https://go-review.googlesource.com/c/go/+/479415
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2023-03-29 22:00:27 +00:00

1.3 KiB

Contributing to Go

Go is an open source project.

It is the work of hundreds of contributors. We appreciate your help!

Before filing an issue

If you are unsure whether you have found a bug, please consider asking in the golang-nuts mailing list or other forums first. If the behavior you are seeing is confirmed as a bug or issue, it can easily be re-raised in the issue tracker.

Filing issues

Sensitive security-related issues should be reported to security@golang.org. See the security policy 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)?
  2. What operating system and processor architecture are you using?
  3. What did you do?
  4. What did you expect to see?
  5. What did you see instead?

For change proposals, see Proposing Changes To Go.

Contributing code

Please read the Contribution Guidelines before sending patches.

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.