Skip to content
Contributing

Contributing

Keep changes scoped to the package or example being modified, run the relevant tests, and use Conventional Commits for commit messages.

go test ./...
go test -race -count=1 ./...
golangci-lint run
Change typeExpected check
Topology parsergo test ./topology/...
Journey enginego test ./journey/...
Examplesgo test ./test/examples/... and kustomize build examples/<name>/k8s/
k6 integrationxk6 build --with github.com/ymotongpoo/xk6-otel-gen=.