github.com/razvanm/vanadium-go-1.3@v0.0.0-20160721203343-4a65068e5915/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="//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="//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="//groups.google.com/group/golang-announce">golang-announce</a>.
    27  </p>
    28  
    29  
    30  <h2 id="go1">Version history</h2>
    31  
    32  <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
    33  <p>A summary of the changes between Go releases.</p>
    34  
    35  <h4 id="go1notes"><a href="/doc/go1">Go 1 Release Notes</a></h4>
    36  <p>
    37  A guide for updating your code to work with Go 1.
    38  </p>
    39  
    40  <h4 id="release notes"><a href="/doc/go1.1">Go 1.1 Release Notes</a></h4>
    41  <p>
    42  A list of significant changes in Go 1.1, with instructions for updating
    43  your code where necessary.
    44  Each point release includes a similar document appropriate for that
    45  release: <a href="/doc/go1.2">Go 1.2</a>, <a href="/doc/go1.3">Go 1.3</a>,
    46  and so on.
    47  </p>
    48  
    49  <h3 id="go1compat"><a href="/doc/go1compat">Go 1 and the Future of Go Programs</a></h3>
    50  <p>
    51  What Go 1 defines and the backwards-compatibility guarantees one can expect as
    52  Go 1 matures.
    53  </p>
    54  
    55  
    56  <h2 id="resources">Developer Resources</h2>
    57  
    58  <h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h3>
    59  <p>Check out the Go source code.</p>
    60  
    61  <h3 id="golang-dev"><a href="https://groups.google.com/group/golang-dev">Developer</a> and
    62  <a href="https://groups.google.com/group/golang-codereviews">Code Review Mailing List</a></h3>
    63  <p>The <a href="https://groups.google.com/group/golang-dev">golang-dev</a>
    64  mailing list is for discussing code changes to the Go project.
    65  The <a href="https://groups.google.com/group/golang-codereviews">golang-codereviews</a>
    66  mailing list is for actual reviewing of the code changes (CLs).</p>
    67  
    68  <p>For general discussion of Go programming, see <a
    69  href="https://groups.google.com/group/golang-nuts">golang-nuts</a>.</p>
    70  
    71  <h3 id="golang-checkins"><a href="https://groups.google.com/group/golang-checkins">Checkins Mailing List</a></h3>
    72  <p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
    73  
    74  <h3 id="golang-bugs"><a href="https://groups.google.com/group/golang-bugs">Bugs Mailing List</a></h3>
    75  <p>A mailing list that receives each update to the Go <a href="//golang.org/issue">issue tracker</a>.</p>
    76  
    77  <h3 id="build_status"><a href="//build.golang.org/">Build Status</a></h3>
    78  <p>View the status of Go builds across the supported operating
    79  systems and architectures.</p>
    80  
    81  
    82  <h2 id="howto">How you can help</h2>
    83  
    84  <h3><a href="https://code.google.com/p/go/issues">Reporting issues</a></h3>
    85  
    86  <p>
    87  If you spot bugs, mistakes, or inconsistencies in the Go project's code or
    88  documentation, please let us know by
    89  <a href="https://code.google.com/p/go/issues/entry">filing a ticket</a>
    90  on our <a href="https://code.google.com/p/go/issues">issue tracker</a>.
    91  (Of course, you should check it's not an existing issue before creating
    92  a new one.)
    93  </p>
    94  
    95  <p>
    96  We pride ourselves on being meticulous; no issue is too small.
    97  </p>
    98  
    99  <h3><a href="/doc/contribute.html">Contributing code</a></h3>
   100  
   101  <p>
   102  Go is an open source project and we welcome contributions from the community.
   103  </p>
   104  <p>
   105  To get started, read these <a href="/doc/contribute.html">contribution
   106  guidelines</a> for information on design, testing, and our code review process.
   107  </p>
   108  <p>
   109  Check <a href="https://code.google.com/p/go/issues">the tracker</a> for 
   110  open issues that interest you. Those labeled
   111  <a href="https://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted</a>
   112  are particularly in need of outside help.
   113  </p>