# Contributing to yoo
Thanks for wanting to improve `yoo`.
## Before opening a pull request
1. Fork the repository and create a branch with a clear name.
2. Keep each pull request focused on one improvement.
3. Run the checks locally:
```bash
cargo fmt --all -- --check
cargo test
```
4. Add or update tests when changing behavior.
5. Keep the CLI fast, local-first, and free of unnecessary dependencies.
## Good first contributions
- A new developer tip or greeting.
- A clearer error message.
- A test for an edge case.
- Accessibility or Windows-terminal improvements.
- README corrections.