Skip to content

Commit 89bb760

Browse files
Enhance PR template with testing checklist
Testing section added to pull request template.
1 parent a3dc0cb commit 89bb760

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
> Give a brief description of the pull request.
55
6+
### Testing
7+
8+
- [ ] `pytest` passes locally
9+
- [ ] Linting passes (`ruff`, `black`)
10+
611
## Semver Changes
712

813
- [ ] Patch (bug fix, no new features)

0 commit comments

Comments
 (0)