Thanks for your interest in contributing!
git clone https://github.com/singularityos-lab/sinty-nm
cd sinty-nm
go build ./...
go test ./...- Keep changes additive and tested. sinty-nm owns the network stack, so a regression can drop connectivity; prefer small, verifiable commits over large rewrites.
- Match the surrounding style. Comments explain WHY, not WHAT.
- By submitting a contribution you agree to the CLA.
GPL-3.0-only.