Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 469 Bytes

File metadata and controls

24 lines (18 loc) · 469 Bytes

Contributing

Development setup

git clone https://github.com/brianpelow/pr-autopilot
cd pr-autopilot
uv sync
uv run pytest

Workflow

  1. Fork the repository
  2. Create a feature branch: git checkout -b feat/your-feature
  3. Make your changes with tests
  4. Run: uv run ruff check . && uv run pytest
  5. Submit a pull request

Standards

  • All PRs require passing CI
  • Test coverage must not decrease
  • Update CHANGELOG.md for user-facing changes