Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 746 Bytes

File metadata and controls

21 lines (12 loc) · 746 Bytes

Contributing

Thank you for considering contributing to bough. We welcome bug reports, feature requests, and code contributions.

Before You Contribute

Please review the Non-Goals section in the README to understand what bough is intentionally not trying to do.

Getting Started

Development Setup

bough uses uv for dependency management and just as a command runner.

  1. Install uv and just
  2. Clone the repository
  3. Run just --list to see available commands

How to Contribute

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.