Skip to content

Commit fdd7365

Browse files
CopilotMagic-Man-us
andcommitted
Add pull request template
Co-authored-by: Magic-Man-us <107155783+Magic-Man-us@users.noreply.github.com>
1 parent 9d253a3 commit fdd7365

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

.github/pull_request_template.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
## Description
2+
3+
<!-- Provide a brief description of the changes in this PR -->
4+
5+
## Type of Change
6+
7+
<!-- Mark the relevant option with an "x" -->
8+
9+
- [ ] Bug fix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Documentation update
13+
- [ ] Code refactoring
14+
- [ ] Performance improvement
15+
- [ ] Test coverage improvement
16+
- [ ] CI/CD or build process change
17+
18+
## Related Issue
19+
20+
<!-- Link to the issue this PR addresses, if applicable -->
21+
22+
Fixes #(issue number)
23+
24+
## Changes Made
25+
26+
<!-- List the specific changes made in this PR -->
27+
28+
-
29+
-
30+
-
31+
32+
## Testing
33+
34+
<!-- Describe the tests you ran to verify your changes -->
35+
36+
- [ ] Existing tests pass (`make test`)
37+
- [ ] New tests added for new functionality
38+
- [ ] Manual testing performed
39+
40+
### Test Configuration
41+
42+
- Python version:
43+
- Operating system:
44+
45+
## Checklist
46+
47+
<!-- Mark completed items with an "x" -->
48+
49+
- [ ] My code follows the style guidelines of this project
50+
- [ ] I have run `make lint` and addressed any issues
51+
- [ ] I have run `make type` and addressed any issues
52+
- [ ] I have performed a self-review of my own code
53+
- [ ] I have commented my code, particularly in hard-to-understand areas
54+
- [ ] I have made corresponding changes to the documentation
55+
- [ ] My changes generate no new warnings
56+
- [ ] I have added tests that prove my fix is effective or that my feature works
57+
- [ ] New and existing unit tests pass locally with my changes
58+
- [ ] I have run `make precommit` and all pre-commit hooks pass
59+
- [ ] Any dependent changes have been merged and published
60+
61+
## Screenshots (if applicable)
62+
63+
<!-- Add screenshots to help explain your changes, if applicable -->
64+
65+
## Additional Notes
66+
67+
<!-- Add any additional information that reviewers should know -->

0 commit comments

Comments
 (0)