Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 620 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 620 Bytes

Contributing

Contributions to VPP-Agent are welcome. We use the standard pull request model. You can either pick an open issue and assign it to yourself or open a new issue and discuss your feature.

In any case, before submitting your pull request please check the Coding style and cover the newly added code with tests and documentation.

The dependencies are managed using Go modules. On any change of dependencies, run go mod tidy to update go.mod/go.sum files.

Code of Conduct

We follow the CNCF Code of Conduct.