Thank you for considering contributing to bough. We welcome bug reports, feature requests, and code contributions.
Please review the Non-Goals section in the README to understand what bough is intentionally not trying to do.
bough uses uv for dependency management and just as a command runner.
- Install uv and just
- Clone the repository
- Run
just --listto see available commands
Open an issue for bugs, feature requests, or questions. For code contributions, submit a pull request to trunk with tests. All PRs require review before merging.