Skip to content

Commit f807e46

Browse files
docs(pr-template): add a pull request template to standardize contributions
1 parent f1bdb7f commit f807e46

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/pull_request_template.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Pull Request Template
2+
3+
## Summary
4+
5+
<!-- Provide a concise description of your changes. What does this PR do? -->
6+
7+
## Motivation & Context
8+
9+
<!-- Why is this change necessary? What problem does it solve? Reference any related issues. -->
10+
11+
## Related Issues
12+
13+
<!-- List any related issues, e.g., Fixes #123 or Closes #456. -->
14+
15+
## Implementation Details
16+
17+
<!-- Briefly describe your approach, design decisions, and any patterns or principles followed. -->
18+
19+
## How Has This Been Tested?
20+
21+
<!-- Describe the testing strategy. List manual steps, automated tests, and edge cases considered. -->
22+
23+
## Checklist
24+
25+
- [ ] My code follows the project's code style and conventions
26+
- [ ] I have added/updated relevant documentation
27+
- [ ] I have added/updated tests to cover my changes
28+
- [ ] All existing and new tests pass locally
29+
- [ ] I have considered security and data validation aspects
30+
31+
## Notes for Reviewers
32+
33+
<!-- Add any extra context, open questions, or areas where you'd like feedback. -->

0 commit comments

Comments
 (0)