github.com/varialus/godfly@v0.0.0-20130904042352-1934f9f095ab/doc/contrib.html (about)

     1  <!--{
     2  	"Title": "The Go Project",
     3  	"Path": "/project/"
     4  }-->
     5  
     6  <img class="gopher" src="/doc/gopher/project.png" />
     7  
     8  <div id="manual-nav"></div>
     9  
    10  <p>
    11  Go is an open source project developed by a team at
    12  <a href="http://google.com/">Google</a> and many
    13  <a href="/CONTRIBUTORS">contributors</a> from the open source community.
    14  </p>
    15  
    16  <p>
    17  Go is distributed under a <a href="/LICENSE">BSD-style license</a>.
    18  </p>
    19  
    20  <h3 id="announce"><a href="http://groups.google.com/group/golang-announce">Announcements Mailing List</a></h3>
    21  <p>
    22  A low traffic mailing list for important announcements, such as new releases.
    23  </p>
    24  <p>
    25  We encourage all Go users to subscribe to
    26  <a href="http://groups.google.com/group/golang-announce">golang-announce</a>.
    27  </p>
    28  
    29  <h2 id="resources">Developer Resources</h2>
    30  
    31  <h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h3>
    32  <p>Check out the Go source code.</p>
    33  
    34  <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
    35  <p>A summary of the changes between Go releases.</p>
    36  
    37  <h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3>
    38  <p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a>
    39  mailing list is for discussing and reviewing code for the Go project.</p>
    40  <p>For general discussion of Go programming, see <a
    41  href="http://groups.google.com/group/golang-nuts">golang-nuts</a>.</p>
    42  
    43  <h3 id="golang-checkins"><a href="http://groups.google.com/group/golang-checkins">Checkins Mailing List</a></h3>
    44  <p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
    45  
    46  <h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3>
    47  <p>View the status of Go builds across the supported operating
    48  systems and architectures.</p>
    49  
    50  
    51  <h2 id="howto">How you can help</h2>
    52  
    53  <h3><a href="http://code.google.com/p/go/issues">Reporting issues</a></h3>
    54  
    55  <p>
    56  If you spot bugs, mistakes, or inconsistencies in the Go project's code or
    57  documentation, please let us know by
    58  <a href="http://code.google.com/p/go/issues/entry">filing a ticket</a>
    59  on our <a href="http://code.google.com/p/go/issues">issue tracker</a>.
    60  (Of course, you should check it's not an existing issue before creating
    61  a new one.)
    62  </p>
    63  
    64  <p>
    65  We pride ourselves on being meticulous; no issue is too small.
    66  </p>
    67  
    68  <h3><a href="/doc/contribute.html">Contributing code</a></h3>
    69  
    70  <p>
    71  Go is an open source project and we welcome contributions from the community.
    72  </p>
    73  <p>
    74  To get started, read these <a href="/doc/contribute.html">contribution
    75  guidelines</a> for information on design, testing, and our code review process.
    76  </p>
    77  <p>
    78  Check <a href="http://code.google.com/p/go/issues">the tracker</a> for 
    79  open issues that interest you. Those labeled
    80  <a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted</a>
    81  are particularly in need of outside help.
    82  </p>
    83  
    84  
    85  <h2 id="community">The Go Community</h2>
    86  
    87  <h3 id="mailinglist"><a href="http://groups.google.com/group/golang-nuts">Go Nuts Mailing List</a></h3>
    88  <p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a> 
    89  mailing list is for general Go discussion.</p>
    90  
    91  <h3 id="projects"><a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Wiki Projects Page</a></h3>
    92  <p>A list of external Go projects including programs and libraries.</p>
    93  
    94  <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
    95  <p><b>#go-nuts</b> on <b>irc.freenode.net</b> is the official Go IRC channel.</p>
    96  
    97  <h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">The Go+ community</a></h3>
    98  <p>The Google+ community for Go enthusiasts.</p>
    99  
   100  <h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The Go Programming Language at Google+</a></h3>
   101  <p>The Go project's Google+ page.</p>
   102  
   103  <h3 id="twitter"><a href="http://twitter.com/go_nuts">@go_nuts at Twitter</a></h3>
   104  <p>The Go project's official Twitter account.</p>
   105  
   106  <h3 id="blog"><a href="http://blog.golang.org/">The Go Blog</a></h3>
   107  <p>The official blog of the Go project, featuring news and in-depth articles by
   108  the Go team and guests.</p>