Skip to content

Commit 6d066c4

Browse files
committed
Created PR Template
1 parent 5043544 commit 6d066c4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/Pull_request_Template.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Pull Request Template
2+
3+
## Summary
4+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
5+
6+
Fixes # (issue)
7+
8+
## Type of Change
9+
Please mark [X] for applicable items:
10+
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] Documentation update
15+
- [ ] Code refactoring
16+
- [ ] Other (please describe):
17+
18+
## Testing
19+
Please describe the tests you performed to verify your changes:
20+
21+
## Screenshots/Videos
22+
Please attach relevant screenshots or videos demonstrating the changes.
23+
24+
## Checklist
25+
Please mark [X] for completed items:
26+
27+
- [ ] My code follows the project's style guidelines
28+
- [ ] I have performed a self-review of my code
29+
- [ ] I have commented my code, particularly in hard-to-understand areas
30+
- [ ] I have updated the documentation accordingly
31+
- [ ] My changes generate no new warnings
32+
- [ ] I have added tests that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)