1 Contributing
StefanSA edited this page 2026-07-10 09:24:20 +02:00

Contributing

Before submitting changes:

git diff --check
gofmt
go test ./...
go vet ./...
scripts/validate.sh
scripts/validate-publish-surface.sh

Keep protocol encoders behind the neutral FlowRecord model. Do not invent vendor field IDs. Document limitations honestly.