Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 983 Bytes

Contributing

Thank you for your interest in contributing to the project!

Contributions to this project are released to the public under the Apache-2.0 License.

Submitting a pull request

  • Fork and clone the repository
  • Make sure you have golang and Docker installed
  • Create a new branch: git checkout -b my-branch
  • Make your changes
  • git push to your fork and submit a pull request :)
  • Make sure all the automated tests and checks (go lint, go vet, etc) have passed

Additional Resources