aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-07-26 13:08:14 -0700
committerDan Willemsen <dwillemsen@google.com>2017-07-26 13:14:12 -0700
commitc78f7149fedd171aa5e7b2071d601b4d21ce4773 (patch)
treeadbcec2da9660fc1e8303812f761738383c63d02 /CONTRIBUTING.md
parent3377874f67bcc7d200408ceb8b02169c4c3b201d (diff)
downloadlinux-x86-c78f7149fedd171aa5e7b2071d601b4d21ce4773.tar.gz
Update prebuilts to go1.9rc1 ab/4215840
Test: m -j blueprint_tools Change-Id: I8ce0d15553d871a3e79dc5836260651c0e515b5c
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9620d81a8..4f2c4d4b0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,15 +4,19 @@ 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](https://groups.google.com/forum/#!forum/golang-nuts) or [other forums](https://golang.org/help/) 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
-General questions should go to the
-[golang-nuts mailing list](https://groups.google.com/group/golang-nuts) or
-[other forum](https://golang.org/wiki/Questions) instead of the issue tracker.
-The gophers there will answer or ask you to file an issue if you've tripped over a bug.
+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.
-When filing an issue, make sure to answer these five questions:
+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?
@@ -22,12 +26,9 @@ When filing an issue, make sure to answer these five questions:
For change proposals, see [Proposing Changes To Go](https://github.com/golang/proposal/).
-Sensitive security-related issues should be reported to [security@golang.org](mailto:security@golang.org).
-
## Contributing code
-Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
-before sending patches.
+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