diff options
Diffstat (limited to 'doc/contrib.html')
-rw-r--r-- | doc/contrib.html | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/doc/contrib.html b/doc/contrib.html deleted file mode 100644 index 84d2cda6a..000000000 --- a/doc/contrib.html +++ /dev/null @@ -1,69 +0,0 @@ -<!-- title Contributing --> - -<div class="left-column"> - -<h2 id="howto">How you can help</h2> - -<h3><a href="http://code.google.com/p/go/issues">Reporting issues</a></h3> - -<p> -If you spot bugs, mistakes, or inconsistencies in the Go project's code or -documentation, please let us know by -<a href="http://code.google.com/p/go/issues/entry">filing a ticket</a> -on our <a href="http://code.google.com/p/go/issues">issue tracker</a>. -(Of course, you should check it's not an existing issue before creating -a new one.) -</p> - -<p> -We pride ourselves on being meticulous; no issue is too small. -</p> - -<h3><a href="contribute.html">Contributing code</a></h3> - -<p> -Go is an open source project and we welcome contributions from the community. -</p> -<p> -To get started, read these <a href="contribute.html">contribution -guidelines</a> for information on design, testing, and our code review process. -</p> -<p> -Check <a href="http://code.google.com/p/go/issues">the tracker</a> for -open issues that interest you. Those labeled -<a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted</a> -are particularly in need of outside help. -</p> - -</div> - -<div class="right-column"> - -<h2 id="the_go_project">The Go Project</h2> - -<h3 id="build_status"><a href="http://godashboard.appspot.com/">Build Status</a></h3> -<p>View the status of Go builds across the supported operating -systems and architectures.</p> - -<h3 id="roadmap"><a href="devel/roadmap.html">Roadmap</a></h3> -<p>Features and ideas being developed or discussed by the Go team.</p> - -<h3 id="release"><a href="devel/release.html">Release History</a></h3> -<p>A summary of the changes between Go releases.</p> - -<h3 id="release"><a href="devel/weekly.html">Weekly Snapshot History</a></h3> -<p>A summary of the changes between weekly snapshots of Go.</p> - -<h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3> -<p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a> -mailing list is for discussing and reviewing code for the Go project.</p> -<p>For general discussion of Go programming, see <a -href="http://groups.google.com/group/golang-nuts">golang-nuts</a>.</p> - -<h3 id="golang-checkins"><a href="http://groups.google.com/group/golang-checkins">Checkins Mailing List</a></h3> -<p>A mailing list that receives a message summarizing each checkin to the Go repository.</p> - -</div> - -<div class="end-columns"></div> - |