summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-12-10 16:06:47 +1100
committerAndrew Gerrand <adg@golang.org>2014-12-10 22:19:01 +0000
commit495e02db8c6e080504f03525daffa4c8f19a7b03 (patch)
tree8dd845138c550087d87a07b432765f539d5a5f30 /CONTRIBUTING.md
parentbee8ae11859d6d421027f012c3a7a3fc592f662d (diff)
downloadgo-git-495e02db8c6e080504f03525daffa4c8f19a7b03.tar.gz
doc: convert README to markdown and update CONTRIBUTING.md
Fixes #9233 Change-Id: If64480cbfaafe44025fcdcc0f20d76c995ffb3a1 Reviewed-on: https://go-review.googlesource.com/1296 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md32
1 files changed, 23 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 736de379bc..f6dc311153 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,15 +1,29 @@
-The Go project is an open source project.
-For information, see: https://golang.org/
+# Contributing to Go
-Its canonical Git repository is located at https://go.googlesource.com/go.
-(There is a mirror of the repository at https://github.com/golang/go.)
+Go is an open source project.
-Report issues here: https://github.com/golang/go/issues
+It is the work of hundreds of contributors. We appreciate your help!
-Go is the work of hundreds of contributors. We appreciate your help!
-To contribute, please read the contribution guidelines:
- http://golang.org/doc/contribute.html
+## Filing issues
-## We DO NOT accept pull requests.
+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?
+
+
+## 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 [Gerrit](https://code.google.com/p/gerrit/) instead for code review).
+
+Unless otherwise noted, the Go source files ared istributed under
+the BSD-style license found in the LICENSE file.