pull_request_template.md•1.35 kB
# Pull Request
## Description
<!-- Provide a clear and concise description of what your pull request does. -->
## Related Issue
<!-- If this PR relates to an issue, please link it here. -->
Fixes #(issue)
## Type of Change
<!-- Please check the options that are relevant. -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring or optimization
- [ ] Tests
- [ ] Other (please describe):
## How Has This Been Tested?
<!-- Please describe the tests that you ran to verify your changes. -->
- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual testing
- [ ] Other (please specify):
## Checklist
<!-- Please check all items that apply. -->
- [ ] My code follows the code style of this project
- [ ] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [ ] All new and existing tests passed
- [ ] My changes generate no new warnings
- [ ] I have checked for potential breaking changes
## Screenshots (if applicable)
<!-- If your PR includes visual changes, please include screenshots or GIFs here. -->
## Additional Notes
<!-- Add any other information about the PR here. -->