Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 1 | <!-- title Contributing --> |
| 2 | |
| 3 | <div class="left-column"> |
| 4 | |
Andrew Gerrand | eccf31b | 2011-03-24 11:06:02 +1100 | [diff] [blame] | 5 | <h2 id="howto">How you can help</h2> |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 6 | |
Rob Pike | 9ada841 | 2011-05-13 16:25:31 -0700 | [diff] [blame] | 7 | <h3><a href="http://code.google.com/p/go/issues">Reporting issues</a></h3> |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 8 | |
Andrew Gerrand | eccf31b | 2011-03-24 11:06:02 +1100 | [diff] [blame] | 9 | <p> |
| 10 | If you spot bugs, mistakes, or inconsistencies in the Go project's code or |
| 11 | documentation, please let us know by |
| 12 | <a href="http://code.google.com/p/go/issues/entry">filing a ticket</a> |
| 13 | on 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 |
| 15 | a new one.) |
| 16 | </p> |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 17 | |
Andrew Gerrand | eccf31b | 2011-03-24 11:06:02 +1100 | [diff] [blame] | 18 | <p> |
| 19 | We pride ourselves on being meticulous; no issue is too small. |
| 20 | </p> |
| 21 | |
Rob Pike | 9ada841 | 2011-05-13 16:25:31 -0700 | [diff] [blame] | 22 | <h3><a href="contribute.html">Contributing code</a></h3> |
Andrew Gerrand | eccf31b | 2011-03-24 11:06:02 +1100 | [diff] [blame] | 23 | |
| 24 | <p> |
| 25 | Go is an open source project and we welcome contributions from the community. |
| 26 | </p> |
| 27 | <p> |
| 28 | To get started, read these <a href="contribute.html">contribution |
| 29 | guidelines</a> for information on design, testing, and our code review process. |
| 30 | </p> |
| 31 | <p> |
| 32 | Check <a href="http://code.google.com/p/go/issues">the tracker</a> for |
| 33 | open issues that interest you. Those labeled |
| 34 | <a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted</a> |
| 35 | are particularly in need of outside help. |
| 36 | </p> |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 37 | |
| 38 | </div> |
| 39 | |
| 40 | <div class="right-column"> |
| 41 | |
Rob Pike | 9ada841 | 2011-05-13 16:25:31 -0700 | [diff] [blame] | 42 | <h2 id="the_go_project">The Go Project</h2> |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 43 | |
Andrew Gerrand | eccf31b | 2011-03-24 11:06:02 +1100 | [diff] [blame] | 44 | <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 |
| 46 | systems and architectures.</p> |
| 47 | |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 48 | <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 Gerrand | 2386808 | 2011-05-27 16:07:30 +1000 | [diff] [blame] | 52 | <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 Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 56 | |
| 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> |
| 59 | mailing list is for discussing and reviewing code for the Go project.</p> |
| 60 | <p>For general discussion of Go programming, see <a |
| 61 | href="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 | |