#Contributing
Bugs, feature requests, and other discussions can be started by opening an
issue.
If you want to contribute a pull request, make sure you do the following first:
- Format all code with
go fmt
- Write documentation comments for your code
- Write tests for your code
- Follow Go best practices