701 B
701 B
Contributing
Development setup
- Install Go 1.25+.
- Clone repository.
- Run:
go mod tidygo test ./...
Build locally
go build -o bin/pxmon ./cmd/pxmongo build -o bin/pxmon-agent ./cmd/pxmon-agent
Code style
- Keep changes small and focused.
- Prefer explicit error messages with command context.
- Add tests for behavior changes when possible.
Commit style
Use clear, scoped commit messages, for example:
feat(cluster): add alert routing batch windowfix(tui): stabilize panel heights during scrolldocs: expand command reference
Pull requests
Include:
- What changed
- Why it changed
- How you tested it
- Any behavior or migration impact