Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 756 Bytes

Contiv-VPP Contribution Guidelines

Contributions to Contiv-VPP 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 (Contiv-VPP adopted the coding style used in the Ligato project). Upon submission, each patch is run through the go fmt and golint tools.

Dependencies are managed using go modules. To download dependencies, run make dep-install.