# Pull Request
## Description
Provide a clear, concise description of your changes.
### What problem does this solve?
Explain the issue or feature this addresses.
### How does it solve it?
Describe your approach and implementation.
## Related Issues
Closes #(issue number) or References #(issue number)
## Changes
What changed? Use bullet points:
- [ ] Change 1
- [ ] Change 2
- [ ] Change 3
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (change that modifies existing behavior)
- [ ] Documentation improvement
- [ ] Test improvement
- [ ] Performance improvement
- [ ] Code cleanup/refactoring
## Testing
How did you test your changes?
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing performed
- [ ] Edge cases considered
### Test Coverage
- [ ] New code has tests
- [ ] Existing tests still pass
- [ ] No regressions found
## Documentation
- [ ] README updated (if needed)
- [ ] Docs updated (if needed)
- [ ] Changelog entry added
- [ ] Code comments added (if needed)
## Code Quality
- [ ] Code follows project style guide
- [ ] No console.log or debug statements
- [ ] No commented-out code
- [ ] Error handling included
- [ ] No security issues introduced
## Breaking Changes
Does this introduce breaking changes?
- [ ] No breaking changes
- [ ] Yes, breaking changes (describe below)
If breaking:
- Impact analysis
- Migration guide needed?
- Deprecation period?
## Checklist
Before submitting:
- [ ] I've read the [CONTRIBUTING.md](../docs/contributor-guide/CONTRIBUTING.md) guide
- [ ] I've read the [CODE_OF_CONDUCT.md](../CODE_OF_CONDUCT.md)
- [ ] I've tested my changes locally
- [ ] I've added/updated tests
- [ ] I've updated documentation
- [ ] I've written clear commit messages
- [ ] I've added myself to CONTRIBUTORS if applicable
## Screenshots/Demos (if applicable)
If UI changes, include:
- Screenshots of before/after
- GIF of workflow (if applicable)
## Performance Impact
- [ ] No performance impact
- [ ] Improved performance (details)
- [ ] Slight performance trade-off (justification)
## Author Checklist
- [ ] My code has no obvious errors
- [ ] I have reviewed my own code
- [ ] I have commented complex code sections
- [ ] I have made minimal, focused changes
- [ ] I'm ready for this to be reviewed
---
**Thank you for contributing!** 🎉
Please be patient while we review. We appreciate your effort and will provide constructive feedback.