Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 836 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 836 Bytes

Contributing

If you'd like to help out, this is the document for you to read before.

Issues

Please make sure your issue is not a duplicate. Duplicates will be labeled and closed as not planned.

Pull requests

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!