Skip to content

Commit 54f02c6

Browse files
committed
Add a PR template
1 parent ca8c21f commit 54f02c6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

pull_request_template.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Description
2+
<!-- Provide a clear and concise description of the changes in this PR -->
3+
4+
5+
## Manual Tests
6+
<!-- Help reviewers understand your changes work: paste terminal commands/output or attach a screen capture video -->
7+
8+
## Automated Tests
9+
<!-- Help prove your changes work and prevent regressions: describe tests added or explain why tests aren't applicable -->
10+
11+
12+
## Documentation
13+
<!-- Help others understand your changes: list any documentation you've updated, or note if updates aren't needed -->
14+
15+
<!-- Consider updating documentation to help others understand your changes -->
16+
<!-- List any documentation you've updated, or note if updates aren't needed -->
17+
18+
19+
## Related Issue
20+
<!-- If this PR relates to an issue, link it here -->
21+
22+
Related to #
23+
<!-- You can use: Closes #, Fixes #, Resolves #, Related to # -->
24+
25+
26+
## Reviewers
27+
<!-- Tag the person or team who should review this PR -->
28+
29+
@
30+
31+
32+
## Notes
33+
<!-- Any additional context, concerns, or discussion points for reviewers -->

0 commit comments

Comments
 (0)