Contributing Guide
We welcome contributions. The full contributing guidelines live in CONTRIBUTING.md in the repository root.
Quick links
Getting started
- Fork the repository
- Clone your fork
- Create a branch for your change
- Make your changes and add tests
- Run
go test ./...to verify - Open a pull request
See Development Setup for build instructions.