Skip to content

Commit 83975f1

Browse files
authored
Add testing requirement to PR template (#104)
1 parent 3229912 commit 83975f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ Please check the relevant option(s):
1414
- [ ] New feature (non-breaking change that adds functionality)
1515
- [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
1616
- [ ] New script (a fully functional and thoroughly tested script or set of scripts.)
17-
- [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
1817
- [ ] Documentation update required (this change requires an update to the documentation)
1918

19+
## Prerequisites
20+
The following efforts must be made for the PR to be considered. Please check when completed:
21+
- [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
22+
- [ ] Testing performed (I have tested my changes, ensuring everything works as expected)
23+
2024
## Additional Information (optional)
2125
Provide any additional context or screenshots about the feature or fix here.
2226

0 commit comments

Comments
 (0)