github.com/solo-io/cue@v0.4.7/CONTRIBUTING.md (about)

     1  # Contributing to CUE
     2  
     3  CUE is an open source project.
     4  
     5  We'd love to accept your patches and contributions to this project. There are
     6  just a few small guidelines you need to follow.
     7  
     8  ## Contributor License Agreement
     9  
    10  Contributions to this project must be accompanied by a Contributor License
    11  Agreement. You (or your employer) retain the copyright to your contribution;
    12  this simply gives us permission to use and redistribute your contributions as
    13  part of the project. Head over to <https://cla.developers.google.com/> to see
    14  your current agreements on file or to sign a new one.
    15  
    16  You generally only need to submit a CLA once, so if you've already submitted one
    17  (even if it was for a different project), you probably don't need to do it
    18  again.
    19  
    20  ## Code reviews
    21  
    22  All submissions, including submissions by project members, require review. We
    23  use Gerrit code reviews at https://cue-review.googlesource.com for this purpose.
    24  Please read the [Contributing Guide](./doc/contribute.md)
    25  before reading patches.
    26  
    27  ## Code of Conduct
    28  
    29  Guidelines for participating in CUE community spaces and a reporting process for
    30  handling issues can be found in the [Code of
    31  Conduct](https://cuelang.org/docs/contribution_guidelines/conduct).