Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 519 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 519 Bytes

Contribution should be an easy experience. As this project has little to no setup steps right now, this is all you have to do:

how to contribute

  1. fork the repo
  2. make your changes in a well named branch
  3. commit with a proper commit message, try to follow the convential commits standard
  4. make sure go test ./... returns no errors
  5. make sure go build works
  6. make a pull request for this repo
  7. feel very proud of your achievement, great work!