PULL_REQUEST_TEMPLATE.mdโข2.08 kB
# Pull Request
## ๐ Description
<!-- Provide a clear description of what this PR does -->
## ๐ Related Issues
<!-- Link related issues: Fixes #123, Closes #456, Related to #789 -->
Fixes #
## ๐ฏ Type of Change
<!-- Mark the relevant option with an [x] -->
- [ ] ๐ Bug fix (non-breaking change that fixes an issue)
- [ ] โจ New feature (non-breaking change that adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that causes existing functionality to change)
- [ ] ๐ Documentation update
- [ ] ๐จ Code style/refactoring (no functional changes)
- [ ] ๐งช Test updates
- [ ] โ๏ธ Build/CI configuration
- [ ] ๐ง Other (please describe):
## ๐งช Testing
<!-- Describe how you tested your changes -->
- [ ] Tests pass locally (`bun test`)
- [ ] Linter passes (`bun run lint`)
- [ ] Manual testing completed
- [ ] Added new tests for new functionality
### Test Coverage
<!-- Describe your test coverage -->
## ๐ธ Screenshots (if applicable)
<!-- Add screenshots for UI changes -->
## โ
Checklist
<!-- Mark completed items with [x] -->
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my 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
- [ ] I have updated the CHANGELOG.md (if applicable)
## ๐ Documentation
<!-- Check all that apply -->
- [ ] README.md updated
- [ ] CHANGELOG.md updated
- [ ] Documentation in docs/ updated
- [ ] JSDoc comments added/updated
- [ ] No documentation changes needed
## ๐ Additional Context
<!-- Add any other context about the PR here -->
## ๐ Breaking Changes
<!-- If this is a breaking change, describe the impact and migration path -->
## ๐ Benefits
<!-- Describe the benefits of this PR -->