git clone https://github.com/brianpelow/pr-autopilot
cd pr-autopilot
uv sync
uv run pytest- Fork the repository
- Create a feature branch:
git checkout -b feat/your-feature - Make your changes with tests
- Run:
uv run ruff check . && uv run pytest - Submit a pull request
- All PRs require passing CI
- Test coverage must not decrease
- Update CHANGELOG.md for user-facing changes