PULL_REQUEST_TEMPLATE.md•2.69 kB
## Pull Request Description
### Summary
<!-- Briefly describe what this PR does -->
### Type of Change
- [ ] 🐛 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
- [ ] 🔧 Refactoring (no functional changes)
- [ ] ⚡ Performance improvement
- [ ] 🧪 Test coverage improvement
- [ ] 🔒 Security enhancement
### Service/Component
<!-- Which part of the codebase does this affect? -->
- [ ] PocketBase Core
- [ ] Stripe Integration
- [ ] Email Service
- [ ] Full-Stack Automation
- [ ] New Service Integration: ___________
- [ ] Build/Config
- [ ] Documentation
- [ ] Other: ___________
### Changes Made
<!-- List the specific changes made -->
-
-
-
### Related Issues
<!-- Link any related issues -->
Fixes #
Closes #
Related to #
### Testing
<!-- Describe how you tested these changes -->
- [ ] Tested locally with real services
- [ ] Added unit tests
- [ ] Updated integration tests
- [ ] Tested with different configurations
- [ ] Verified backwards compatibility
**Test Environment:**
- OS:
- Node.js version:
- PocketBase version:
- Services tested:
### Screenshots/Examples
<!-- If applicable, add screenshots or code examples -->
### Breaking Changes
<!-- If this is a breaking change, describe what breaks and how to migrate -->
- [ ] No breaking changes
- [ ] Breaking changes (describe below):
**Migration Guide:**
```typescript
// Old way:
// New way:
```
### Performance Impact
- [ ] No performance impact
- [ ] Improves performance
- [ ] May impact performance (explain below)
### Documentation
- [ ] Documentation updated
- [ ] README updated
- [ ] Examples added/updated
- [ ] No documentation changes needed
### Security Considerations
- [ ] No security implications
- [ ] Security review needed
- [ ] Security improvements included
### Additional Notes
<!-- Any additional information that reviewers should know -->
### Checklist
- [ ] 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
### For Maintainers
- [ ] Ready for review
- [ ] Needs discussion
- [ ] Draft (work in progress)
- [ ] Ready to merge