Thanks for contributing to mux.
- Fork and clone the repository.
go mod downloadgo test ./...
- Run
go fmt ./...andgo vet ./.... - Update
docs/and examples underexamples/for user-facing changes. - Follow guidelines in
docs/dev/when adding tests or benchmarks. - Keep OpenAPI generation behavior backward compatible in minor releases.
Note changes under ## [Unreleased] in CHANGELOG.md.