Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 924 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 924 Bytes

How to contribute

Code reviews

All submissions, including submissions by project members, require review.

==== Coding Style

  1. All code should be formatted with gofmt
  2. All code should follow the guidelines covered in Effective Go and Go Code Review Comments.
  3. Comment the code. Tell us the why, the history and the context.
  4. Variable name length should not be too long.

Great materials to read:

Great tools to use:

==== Reporting issues

  1. Tell us version of Toolkit you use
  2. Include the steps required to reproduce the problem, if possible