cuelang.org/go@v0.10.1/internal/golangorgx/telemetry/CONTRIBUTING.md (about)

     1  # Contributing to Go
     2  
     3  Go is an open source project.
     4  
     5  It is the work of hundreds of contributors. We appreciate your help!
     6  
     7  ## Filing issues
     8  
     9  When [filing an issue](https://golang.org/issue/new), make sure to answer these
    10  five questions:
    11  
    12  1.  What version of Go are you using (`go version`)?
    13  2.  What operating system and processor architecture are you using?
    14  3.  What did you do?
    15  4.  What did you expect to see?
    16  5.  What did you see instead?
    17  
    18  General questions should go to the
    19  [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead
    20  of the issue tracker. The gophers there will answer or ask you to file an issue
    21  if you've tripped over a bug.
    22  
    23  ## Contributing code
    24  
    25  Please read the
    26  [Contribution Guidelines](https://golang.org/doc/contribute.html) before sending
    27  patches.
    28  
    29  Unless otherwise noted, the Go source files are distributed under the BSD-style
    30  license found in the LICENSE file.