blob: 84d2cda6a45a0cde6ade88160a4adbc5c2b1417f [file] [log] [blame]
Andrew Gerrand6ab8d242010-09-16 14:01:02 +10001<!-- title Contributing -->
2
3<div class="left-column">
4
Andrew Gerrandeccf31b2011-03-24 11:06:02 +11005<h2 id="howto">How you can help</h2>
Andrew Gerrand6ab8d242010-09-16 14:01:02 +10006
Rob Pike9ada8412011-05-13 16:25:31 -07007<h3><a href="http://code.google.com/p/go/issues">Reporting issues</a></h3>
Andrew Gerrand6ab8d242010-09-16 14:01:02 +10008
Andrew Gerrandeccf31b2011-03-24 11:06:02 +11009<p>
10If you spot bugs, mistakes, or inconsistencies in the Go project's code or
11documentation, please let us know by
12<a href="http://code.google.com/p/go/issues/entry">filing a ticket</a>
13on our <a href="http://code.google.com/p/go/issues">issue tracker</a>.
14(Of course, you should check it's not an existing issue before creating
15a new one.)
16</p>
Andrew Gerrand6ab8d242010-09-16 14:01:02 +100017
Andrew Gerrandeccf31b2011-03-24 11:06:02 +110018<p>
19We pride ourselves on being meticulous; no issue is too small.
20</p>
21
Rob Pike9ada8412011-05-13 16:25:31 -070022<h3><a href="contribute.html">Contributing code</a></h3>
Andrew Gerrandeccf31b2011-03-24 11:06:02 +110023
24<p>
25Go is an open source project and we welcome contributions from the community.
26</p>
27<p>
28To get started, read these <a href="contribute.html">contribution
29guidelines</a> for information on design, testing, and our code review process.
30</p>
31<p>
32Check <a href="http://code.google.com/p/go/issues">the tracker</a> for
33open issues that interest you. Those labeled
34<a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted</a>
35are particularly in need of outside help.
36</p>
Andrew Gerrand6ab8d242010-09-16 14:01:02 +100037
38</div>
39
40<div class="right-column">
41
Rob Pike9ada8412011-05-13 16:25:31 -070042<h2 id="the_go_project">The Go Project</h2>
Andrew Gerrand6ab8d242010-09-16 14:01:02 +100043
Andrew Gerrandeccf31b2011-03-24 11:06:02 +110044<h3 id="build_status"><a href="http://godashboard.appspot.com/">Build Status</a></h3>
45<p>View the status of Go builds across the supported operating
46systems and architectures.</p>
47
Andrew Gerrand6ab8d242010-09-16 14:01:02 +100048<h3 id="roadmap"><a href="devel/roadmap.html">Roadmap</a></h3>
49<p>Features and ideas being developed or discussed by the Go team.</p>
50
51<h3 id="release"><a href="devel/release.html">Release History</a></h3>
Andrew Gerrand23868082011-05-27 16:07:30 +100052<p>A summary of the changes between Go releases.</p>
53
54<h3 id="release"><a href="devel/weekly.html">Weekly Snapshot History</a></h3>
55<p>A summary of the changes between weekly snapshots of Go.</p>
Andrew Gerrand6ab8d242010-09-16 14:01:02 +100056
57<h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3>
58<p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a>
59mailing list is for discussing and reviewing code for the Go project.</p>
60<p>For general discussion of Go programming, see <a
61href="http://groups.google.com/group/golang-nuts">golang-nuts</a>.</p>
62
63<h3 id="golang-checkins"><a href="http://groups.google.com/group/golang-checkins">Checkins Mailing List</a></h3>
64<p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
65
66</div>
67
68<div class="end-columns"></div>
69