go.ligato.io/vpp-agent/v3@v3.5.0/CONTRIBUTING.md (about)

     1  # Contributing
     2  
     3  Contributions to VPP-Agent are welcome. We use the standard pull request
     4  model. You can either pick an open issue and assign it to yourself or open
     5  a new issue and discuss your feature.
     6  
     7  In any case, before submitting your pull request please check the 
     8  [Coding style](CODINGSTYLE.md) and cover the newly added code with tests 
     9  and documentation.
    10  
    11  The dependencies are managed using Go modules. On any change of
    12  dependencies, run `go mod tidy` to update `go.mod`/`go.sum` files.
    13  
    14  # Code of Conduct
    15  
    16  We follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).