Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 374 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 374 Bytes

Submitting a Feature or Bug Fix

  1. Create an issue on Github.
  2. Fork this repository using your Github account
  3. Create a feature/topic branch
  4. Implement your feature or bug fix and corresponding unit test(s).
  5. Ensure all unit tests pass.
  6. Add, commit and push your changes.
  7. Submit a pull request.

Coding Style

Use gofmt