github.com/in-toto/in-toto-golang@v0.9.1-0.20240517212500-990269f763cf/GOVERNANCE.md (about)

     1  # in-toto Governance
     2  
     3  in-toto's
     4  [governance](https://github.com/in-toto/community/blob/main/GOVERNANCE.md) and
     5  [code of conduct](https://github.com/in-toto/community/blob/main/CODE-OF-CONDUCT.md)
     6  are described in the [in-toto/community](https://github.com/in-toto/community)
     7  repository.
     8  
     9  ## in-toto-golang Contributions
    10  
    11  This implementation adheres to
    12  [in-toto's contributing guidelines](https://github.com/in-toto/community/blob/main/CONTRIBUTING.md).
    13  Pull requests must be submitted to the `master` branch where they undergo
    14  review and automated testing, including, but not limited to:
    15  * Unit and build testing on
    16    [GitHub Actions](https://github.com/in-toto/in-toto/actions)
    17  * Static code analysis via
    18    [golangci-lint](https://github.com/golangci/golangci-lint)
    19  * Review by one or more [maintainers](MAINTAINERS.md)