pull_request_template.md•993 B
## Description
Brief description of the changes made.
## Type of Change
- [ ] 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
- [ ] Performance improvement
- [ ] Code refactoring
## Testing
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] All tests pass
- [ ] Code coverage maintained/improved
## Checklist
- [ ] Code follows the project's style guidelines
- [ ] Self-review of code completed
- [ ] Code is commented, particularly in hard-to-understand areas
- [ ] Documentation updated (README, CHANGELOG, etc.)
- [ ] No new warnings or errors introduced
- [ ] All CI checks pass
## Related Issues
Closes #(issue number)
Fixes #(issue number)
Relates to #(issue number)
## Additional Notes
Any additional information or context that reviewers should know.