We love contributions! You are welcome to open a pull request, but it's a good idea to open an issue and discuss your idea with us first.
Once you are ready to open a PR, please keep the following guidelines in mind:
- Code should be
go fmtcompliant. - Types, structs and funcs should be documented.
- Tests and linters pass.
cloudsigma-sdk-go uses go modules. Just fork this repo, clone your fork and off you go!
Run make help to see all available make commands.
When working on code in this repository, tests and linters can be run via:
make lint test