Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 590 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 590 Bytes

Contributing

Feel free to browse the open issues and file new ones, all feedback welcome!

We follow the CNCF Code of Conduct.

We generally follow the standard github pull request process

All changes must be code reviewed. Expect reviewers to request that you avoid common go style mistakes in your pull requests.

New code must be covered with tests. Modified code should be checked by existing tests.