soup/.github/pull_request_template.md

18 lines
324 B
Markdown

## What does this PR do?
<!-- Brief description of the change -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor / cleanup
- [ ] Documentation
- [ ] Tests
## Checklist
- [ ] `ruff check soup_cli/ tests/` passes
- [ ] `pytest tests/ -v` passes
- [ ] Updated relevant docs (README, CLAUDE.md) if needed