ai-code-review-agent / .github /pull_request_template.md
Padmanav's picture
docs: fix stale architecture doc, add README badges, CONTRIBUTING, PR template
930b528
|
Raw
History Blame Contribute Delete
336 Bytes
## Summary
<!-- What does this PR do? -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor
- [ ] Documentation
- [ ] CI/CD
## Checklist
- [ ] `ruff check app/ tests/` passes
- [ ] `bandit -r app/ -q` passes
- [ ] `pytest tests/ --cov=app --cov-fail-under=70` passes
- [ ] Architecture doc updated if agent flow changed