If you'd like to help out, this is the document for you to read before.
Please make sure your issue is not a duplicate. Duplicates will be labeled and closed as not planned.
Please only make pull requests on issues. Do not make a PR without letting the maintainers know by making an issue.
Before submitting as ready for review, please make sure that...
- Your PR fixes an issue
- Your code is formatted (
gofmt -s -l -w .
)- For JSON, this means 2-space indents.
- Your code is readable and maintainable
- You have only made a single change. Pull requests will not be accepted if they fix multiple issues.
- All of your commit messages follow the conventional commits standard
Thanks for your contribution!