github.com/stackdocker/rkt@v0.10.1-0.20151109095037-1aa827478248/Godeps/_workspace/src/google.golang.org/grpc/CONTRIBUTING.md (about)

     1  # How to contribute
     2  
     3  We definitely welcome patches and contribution to grpc! Here is some guideline
     4  and information about how to do so.
     5  
     6  ## Getting started
     7  
     8  ### Legal requirements
     9  
    10  In order to protect both you and ourselves, you will need to sign the
    11  [Contributor License Agreement](https://cla.developers.google.com/clas).
    12  
    13  ### Filing Issues
    14  When filing an issue, make sure to answer these five questions:
    15  
    16  1. What version of Go are you using (`go version`)?
    17  2. What operating system and processor architecture are you using?
    18  3. What did you do?
    19  4. What did you expect to see?
    20  5. What did you see instead?
    21  
    22  ### Contributing code
    23  Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.