summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2017-07-24 09:54:13 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2017-07-24 17:18:34 +0000
commit7c946c6d61a9ef0203fba73be6c462215f0e5795 (patch)
tree0b8ba0f8c15ecaf2064c04c9f1c975d40fefe81e /CONTRIBUTING.md
parent4f4e562cba963c0be5e57d970b811c702f92fa59 (diff)
downloadgo-git-7c946c6d61a9ef0203fba73be6c462215f0e5795.tar.gz
.github: recommend 'go bug' when filing an issue
It was released with 1.8, so it should be widely available. Change-Id: I7dcf205009b528071ea63f99cb5da0db183df341 Reviewed-on: https://go-review.googlesource.com/50932 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 274822b512..4f2c4d4b02 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`)?