Skip to content

Commit acc2099

Browse files
committed
add pr template - community standards
1 parent 97dae44 commit acc2099

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/pull_request_template.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Pull Request Description
2+
3+
## Changes Made
4+
*Describe the changes you've made in this pull request. What does this PR do?*
5+
6+
## Motivation and Context
7+
*Why is this change required? What problem does it solve?*
8+
9+
*If it fixes an open issue, please link to the issue here.*
10+
11+
## Type of Change
12+
**Please check the options that are relevant:**
13+
- [ ] Bug fix (non-breaking change that fixes an issue)
14+
- [ ] New feature (non-breaking change that adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
16+
- [ ] This change requires a documentation update
17+
18+
## Testing Performed
19+
**Describe the tests you ran to verify your changes:**
20+
- Test scenario 1
21+
- Test scenario 2
22+
23+
## Screenshots (if appropriate)
24+
*Add screenshots to help explain your changes.*
25+
26+
## Dependencies
27+
**List any dependencies that are required for this change:**
28+
- Dependency 1
29+
- Dependency 2
30+
31+
## Checklist
32+
- [ ] I have performed a self-review of my own code
33+
- [ ] I have commented my code, particularly in hard-to-understand areas
34+
- [ ] I have made corresponding changes to the documentation
35+
- [ ] I have added tests that prove my fix is effective or that my feature works
36+
- [ ] New and existing unit tests pass locally with my changes
37+
38+
## Additional Notes
39+
*Add any other context about the pull request here.*
40+
41+
## Reviewers
42+
**@mention relevant team members or individuals you'd like to review this PR**

0 commit comments

Comments
 (0)