Contributing to pending
February 28, 2026 ยท View on GitHub
Thanks for your interest in contributing.
Development setup
- Install Go
1.25+. - Clone the repository.
- Run:
go test ./...go test -race ./...go test -cover ./...
Contribution guidelines
- Keep changes focused and small.
- Add or update tests for any behavioral change.
- Update docs (
README.mdand GoDoc comments) for public API changes. - Keep the project dependency-free unless there is a strong justification.
- Ensure task logic remains context-aware and concurrency-safe.
Pull requests
- Describe the problem and the change clearly.
- Include any tradeoffs or limitations.
- Confirm all checks pass locally.
- Reference related issues when relevant.
Reporting bugs
Please open a bug report using the provided issue template and include:
- Go version
- OS/architecture
- Minimal reproduction
- Expected vs actual behavior