peregrine/.github/pull_request_template.md

27 lines
445 B
Markdown

## Summary
<!-- What does this PR do? -->
## Related issue(s)
Closes #
## Type of change
- [ ] feat — new feature
- [ ] fix — bug fix
- [ ] docs — documentation only
- [ ] chore — tooling, deps, refactor
- [ ] test — test coverage
## Testing
<!-- What did you run to verify this works? -->
```bash
pytest tests/ -v
```
## CLA
- [ ] I agree that my contribution is licensed under the project's [BSL 1.1](./LICENSE-BSL) terms.