Thank you for your interest in contributing. Please read the full guidelines before submitting changes.
- Full contributing guide: specs/contributing.md — branch strategy, PR rules, code style, commit messages, and how to build/run tests locally.
- Project specs index: specs/README.md — architecture, protocol, dependencies, security, release, and roadmap.
- Work on a branch (do not push directly to the default branch).
- Open a Pull Request with a clear title; link related issues if any.
- Ensure code is formatted with
gofmtand passesgo test ./...(and any CI checks once enabled). - Follow the commit message conventions described in specs/contributing.md.
For security issues, do not open a public issue; see SECURITY.md and specs/security.md.