Initial push of Plunk Next
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
## 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 #
|
||||
Reference in New Issue
Block a user