Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: third_party/go/src/golang.org/x/mobile/CONTRIBUTING.md

Issue 1275153002: Remove third_party/golang.org/x/mobile as it is no longer used with Go 1.5. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove golang.org/x/mobile Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Contributing to Go
2
3 Go is an open source project.
4
5 It is the work of hundreds of contributors. We appreciate your help!
6
7
8 ## Filing issues
9
10 When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions:
11
12 1. What version of Go are you using (`go version`)?
13 2. What operating system and processor architecture are you using?
14 3. What did you do?
15 4. What did you expect to see?
16 5. What did you see instead?
17
18 General questions should go to the [golang-nuts mailing list](https://groups.goo gle.com/group/golang-nuts) instead of the issue tracker.
19 The gophers there will answer or ask you to file an issue if you've tripped over a bug.
20
21 ## Contributing code
22
23 Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html )
24 before sending patches.
25
26 **We do not accept GitHub pull requests**
27 (we use [Gerrit](https://code.google.com/p/gerrit/) instead for code review).
28
29 Unless otherwise noted, the Go source files are distributed under
30 the BSD-style license found in the LICENSE file.
31
OLDNEW
« no previous file with comments | « third_party/go/src/golang.org/x/mobile/AUTHORS ('k') | third_party/go/src/golang.org/x/mobile/CONTRIBUTORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698