forked from golang/go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: convert README to markdown and update CONTRIBUTING.md
Fixes golang#9233 Change-Id: If64480cbfaafe44025fcdcc0f20d76c995ffb3a1 Reviewed-on: https://go-review.googlesource.com/1296 Reviewed-by: Russ Cox <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters