From 495e02db8c6e080504f03525daffa4c8f19a7b03 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 10 Dec 2014 16:06:47 +1100 Subject: 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 --- CONTRIBUTING.md | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'CONTRIBUTING.md') 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. -- cgit v1.2.3-54-g00ecf