PULL_REQUEST_TEMPLATE.md•2.05 kB
## Description
<!-- Provide a clear and concise description of your changes -->
## Type of Change
<!-- Mark the relevant option with an 'x' -->
- [ ] 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
- [ ] Performance improvement
- [ ] Test improvement
## Related Issues
<!-- Link to related issues using #issue_number -->
Closes #
Related to #
## Changes Made
<!-- List the specific changes you made -->
-
-
-
## Testing
<!-- Describe the tests you ran -->
- [ ] Tests pass locally
- [ ] New tests added (if applicable)
- [ ] Manually tested the changes
- [ ] Tested on production-like environment
### Test Evidence
<!-- Provide screenshots, logs, or test output -->
```
# Paste relevant test output or logs here
```
## Checklist
<!-- Mark completed items with an 'x' -->
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Additional Context
<!-- Add any other context about the PR here -->
## Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
## Deployment Notes
<!-- Any special deployment considerations or environment variable changes -->
- [ ] No deployment changes required
- [ ] Environment variables need to be updated
- [ ] Database migrations required
- [ ] Requires coordination with other services
## Reviewer Notes
<!-- Anything specific you want reviewers to focus on -->
---
<!-- Thank you for your contribution! -->