pull_request_template.md•1.69 kB
# Pull Request
## Description
<!-- Provide a brief description of the changes in this PR -->
## 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 not to work as expected)
- [ ] 📚 Documentation update
- [ ] 🔧 Refactoring (no functional changes)
- [ ] ⚡ Performance improvement
- [ ] 🧪 Test coverage improvement
- [ ] 🔨 Build/CI changes
## Changes Made
<!-- List the specific changes made in this PR -->
-
-
-
## Testing
<!-- Describe how you tested these changes -->
- [ ] All existing tests pass (`npm test`)
- [ ] New tests added for new functionality
- [ ] Manual testing completed
- [ ] Coverage threshold maintained (≥80%)
## Verification
<!-- Confirm you've run the verification steps -->
- [ ] I have read and followed the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines
- [ ] `npm run verify` passes locally
- [ ] Code follows project conventions
- [ ] No lint errors or warnings
## Related Issues
<!-- Link any related issues using "Fixes #123" or "Closes #123" -->
-
## Screenshots/Examples
<!-- If applicable, add screenshots or code examples -->
## Additional Notes
<!-- Any additional information, concerns, or context for reviewers -->
---
### Reviewer Checklist
- [ ] Code follows project standards and conventions
- [ ] Changes are well-documented
- [ ] Tests are comprehensive and pass
- [ ] No security vulnerabilities introduced
- [ ] Performance impact considered
- [ ] Breaking changes properly documented