Skip to content

Commit fa39e18

Browse files
committed
ci: add PR template
1 parent 38cc8f0 commit fa39e18

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Summary
2+
3+
<!-- What does this PR do? -->
4+
5+
## Type of change
6+
- [ ] Bug fix
7+
- [ ] New feature
8+
- [ ] Breaking change
9+
- [ ] Documentation update
10+
11+
## Checklist
12+
- [ ] Tests added / updated (`pytest tests/`)
13+
- [ ] CHANGELOG.md updated
14+
- [ ] README updated if needed

0 commit comments

Comments
 (0)