Files
plunk/.github/pull_request_template.md
2025-12-01 10:00:25 +01:00

46 lines
1.2 KiB
Markdown

## Description
<!-- Describe your changes in detail -->
## Type of Change
<!-- Mark the appropriate option with an 'x' -->
- [ ] `feat:` New feature (MINOR version bump)
- [ ] `fix:` Bug fix (PATCH version bump)
- [ ] `feat!:` Breaking change - new feature (MAJOR version bump)
- [ ] `fix!:` Breaking change - bug fix (MAJOR version bump)
- [ ] `docs:` Documentation update (no version bump)
- [ ] `chore:` Maintenance/dependencies (no version bump)
- [ ] `refactor:` Code refactoring (no version bump)
- [ ] `test:` Adding tests (no version bump)
- [ ] `perf:` Performance improvement (PATCH version bump)
## PR Title Format
<!--
Your PR title should follow conventional commits format:
✅ feat: add email template editor
✅ fix: resolve memory leak in worker
✅ feat!: redesign API authentication
❌ Added new feature (missing type prefix)
See VERSIONING.md for more details
-->
## Testing
<!-- Describe how you tested your changes -->
## Checklist
- [ ] PR title follows conventional commits format
- [ ] Code builds successfully
- [ ] Tests pass locally
- [ ] Documentation updated (if needed)
## Related Issues
<!-- Link any related issues here -->
Closes #