Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 683 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 683 Bytes

Contributing

Contributor License Agreement

Contributions to this project must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project.

Coding Style

We stick to Uber Go Style Guide

Other tips

  • Git commit message should be meaningful, we suggest imperative keywords.
  • Developer must write unit-test (line coverage must be greater than 80%), tests should be deterministic.