PULL_REQUEST_TEMPLATE.md•1.06 kB
## Pull Request Description
<!-- Provide a brief summary of the changes in this PR -->
## Related Issues
<!-- List any issues this PR addresses using the format: "Closes #123" or "Relates to #456" -->
## Changes Made
<!-- Describe the key changes made in this PR in detail -->
-
-
-
## Testing Performed
<!-- Describe how you tested these changes -->
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing performed
- [ ] Test coverage maintained or improved
## Checklist
- [ ] Code follows project style guidelines
- [ ] Documentation has been updated if needed
- [ ] Commit messages follow the required format
- [ ] All tests pass locally
- [ ] No unnecessary commented-out code or debug statements
- [ ] Code is properly typed with TypeScript
## Implementation Details
<!-- Any interesting technical details about your implementation -->
## Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
## Additional Notes
<!-- Any other information that reviewers should know about this PR -->