Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 644 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 644 Bytes

Issues

If you encounter an issue with the project, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible that someone has already reported the problem.

Coding style

Write your code in Idiomatic Go. Check out Effective Go for some tips about how to write Go effectively.

Testing changes

Your code must pass a Travis check before it can be merged. Before you submit a PR, ensure that the tests pass. You can run the tests on your workstation by using the ./scripts/travis_checks.sh command.