diff options
| author | Ondřej Surý <ondrej@sury.org> | 2012-02-29 11:23:13 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2012-02-29 11:23:13 +0100 |
| commit | b6d7097a0d6072199f2cd74d67404890697cf78a (patch) | |
| tree | a2193c528a79fd5606507568859ee5067c6b86e4 /doc/contrib.html | |
| parent | 4cecda6c347bd6902b960c6a35a967add7070b0d (diff) | |
| download | golang-b6d7097a0d6072199f2cd74d67404890697cf78a.tar.gz | |
Imported Upstream version 2012.02.22upstream-weekly/2012.02.22
Diffstat (limited to 'doc/contrib.html')
| -rw-r--r-- | doc/contrib.html | 67 |
1 files changed, 30 insertions, 37 deletions
diff --git a/doc/contrib.html b/doc/contrib.html index 3ef7d5695..f6789b17e 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -1,8 +1,34 @@ <!--{ - "Title": "Contributing" + "Title": "The Go Project", + "Path": "/project/" }--> -<div class="left-column"> +<h2 id="the_go_project">The Go Project</h2> + +<h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h3> +<p>Check out the Go source code.</p> + +<h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3> +<p>View the status of Go builds across the supported operating +systems and architectures.</p> + +<h3 id="roadmap"><a href="/doc/devel/roadmap.html">Roadmap</a></h3> +<p>Features and ideas being developed or discussed by the Go team.</p> + +<h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3> +<p>A summary of the changes between Go releases.</p> + +<h3 id="release"><a href="/doc/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> <h2 id="howto">How you can help</h2> @@ -21,13 +47,13 @@ a new one.) We pride ourselves on being meticulous; no issue is too small. </p> -<h3><a href="contribute.html">Contributing code</a></h3> +<h3><a href="/doc/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 +To get started, read these <a href="/doc/contribute.html">contribution guidelines</a> for information on design, testing, and our code review process. </p> <p> @@ -36,36 +62,3 @@ 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://build.golang.org/">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> - |
