Skip to content

Commit bbda792

Browse files
authored
chore: add PR template (#2057)
1 parent c6dc47a commit bbda792

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Summary
2+
3+
<!-- Briefly describe the feature being introduced. -->
4+
5+
## Rationale
6+
7+
<!-- Explain the reasoning behind this feature and its benefits to the project. -->
8+
9+
## Changes
10+
11+
<!-- List the major changes made in this pull request. -->
12+
13+
## Impact
14+
15+
<!-- Discuss any potential impacts this feature may have on existing functionalities. -->
16+
17+
## Testing
18+
19+
<!-- Describe how the feature has been tested, including both automated and manual testing strategies. -->
20+
21+
## Screenshots/Video
22+
23+
<!-- Include screenshots or video demonstrating the new feature, if applicable. -->
24+
25+
## Checklist
26+
27+
- [ ] Code follows the project's coding standards.
28+
- [ ] Unit tests covering the new feature have been added.
29+
- [ ] All existing tests pass.
30+
- [ ] The documentation has been updated to reflect the new feature
31+
32+
## Additional Notes
33+
34+
<!-- Any additional information or context relevant to this PR. -->

0 commit comments

Comments
 (0)