Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 585 Bytes

Contributing to clino

Bug reports

When reporting bugs, please add information about your operating system and Go version used to compile the code.

If you can provide a code snippet reproducing the issue, please do so.

Code

Please write code that satisfies Go Code Review Comments before submitting a pull-request. Your code should be properly covered by extensive unit tests.

Commit messages

Please follow the Go commit messages convention when contributing code.