40 lines
605 B
Markdown
40 lines
605 B
Markdown
## Description
|
|
|
|
<!-- Briefly describe what this PR does and why -->
|
|
|
|
---
|
|
|
|
## Type of Change
|
|
|
|
- [ ] New module
|
|
- [ ] Bug fix
|
|
- [ ] Feature/enhancement
|
|
- [ ] Documentation
|
|
- [ ] Other
|
|
|
|
---
|
|
|
|
## Module Information
|
|
|
|
<!-- Delete this section if not applicable -->
|
|
|
|
**Path:** `registry/[namespace]/modules/[module-name]`
|
|
**New version:** `v1.0.0`
|
|
**Breaking change:** [ ] Yes [ ] No
|
|
|
|
---
|
|
|
|
## Testing & Validation
|
|
|
|
- [ ] Tests pass (`bun test`)
|
|
- [ ] Code formatted (`bun run fmt`)
|
|
- [ ] Changes tested locally
|
|
|
|
---
|
|
|
|
## Related Issues
|
|
|
|
<!-- Link related issues or write "None" if not applicable -->
|
|
|
|
Closes #
|