github.com/joomcode/cue@v0.4.4-0.20221111115225-539fe3512047/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  ## Developer Certificate of Origin
     9  
    10  Contributions to the CUE project must be accompanied by a [Developer Certificate
    11  of Origin](https://developercertificate.org/). Please read the [Contributing
    12  Guide](./doc/contribute.md) for more details.
    13  
    14  ## Code reviews
    15  
    16  All submissions, including submissions by project members, require review. We
    17  use [Gerrit code
    18  reviews](https://review.gerrithub.io/q/project:cue-lang%252Fcue) for this
    19  purpose.  Please read the [Contributing Guide](./doc/contribute.md) before
    20  submitting patches.
    21  
    22  ## Code of Conduct
    23  
    24  Guidelines for participating in CUE community spaces and a reporting process for
    25  handling issues can be found in the [Code of
    26  Conduct](https://cuelang.org/docs/contribution_guidelines/conduct).