Contribution should be an easy experience. As this project has little to no setup steps right now, this is all you have to do:
- fork the repo
- make your changes in a well named branch
- commit with a proper commit message, try to follow the convential commits standard
- make sure
go test ./...
returns no errors - make sure
go build
works - make a pull request for this repo
- feel very proud of your achievement, great work!