Skip to content

Commit aebe1fb

Browse files
committed
Add a pull request template
Signed-off-by: Samuel Monson <[email protected]>
1 parent cce0c92 commit aebe1fb

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## Summary
2+
3+
<!--
4+
Include a short paragraph of the changes introduced in this PR.
5+
If this PR requires additional context or rationale, explain why
6+
the changes are necessary.
7+
-->
8+
9+
## Details
10+
11+
<!--
12+
Provide a detailed list of all changes introduced in this pull request.
13+
-->
14+
- [ ]
15+
16+
## Test Plan
17+
18+
<!--
19+
List the steps needed to test this PR.
20+
-->
21+
-
22+
23+
## Related Issues
24+
25+
<!--
26+
Link any relevant issues that this PR addresses.
27+
-->
28+
- Resolves #
29+
30+
---
31+
32+
- [ ] "I certify that all code in this PR is my own, except as noted below."
33+
34+
## Use of AI
35+
36+
- [ ] Includes AI-assisted code completion
37+
- [ ] Includes code generated by an AI application
38+
- [ ] Includes AI-generated tests
39+
40+
> [!NOTE] AI written tests should have a docstring that includes `## WRITTEN BY AI ##`

0 commit comments

Comments
 (0)