Skip to content

Commit 4f1a01b

Browse files
retepsclaude
andcommitted
Add PR template mirroring PrairieTest
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent c2dbe0a commit 4f1a01b

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Description
2+
3+
<!--
4+
5+
- Summarize your changes and explain the rationale for making them.
6+
- Include any relevant context from Slack, meetings, or other discussions.
7+
- If this change is resolving a specific issue, include a link to the issue (e.g. "closes #1234").
8+
- If applicable, include screenshots and/or videos.
9+
- Note the level of AI assistance used (i.e. none, specific portions, majority of implementation).
10+
11+
-->
12+
13+
# Testing
14+
15+
<!--
16+
17+
- Share how you tested your changes.
18+
- If you're fixing a bug, explain how to reproduce the original issue.
19+
- If applicable, make sure you've authored unit and/or integration tests.
20+
- If applicable, provide instructions for a reviewer to test the changes for themselves.
21+
- If applicable, mention any accessibility testing that was done.
22+
23+
If you re-test your PR after significant changes, please add a comment to the PR saying so.
24+
25+
Self-reviews with GitHub's review UI are encouraged to point out the following:
26+
27+
- Explanations for code or design decisions that may confuse reviewers.
28+
- Particularly important or core changes.
29+
- Items that may need further discussion.
30+
- Changes that may warrant additional testing.
31+
32+
-->

0 commit comments

Comments
 (0)