33 lines
590 B
Markdown
33 lines
590 B
Markdown
## Feature: [Brief Description]
|
|
|
|
**Module:** `registry/[namespace]/modules/[module-name]`
|
|
**Version:** `v1.2.3` → `v1.3.0` (or `v2.0.0` for breaking changes)
|
|
|
|
### Description
|
|
|
|
<!-- What does this feature add? -->
|
|
|
|
### Changes
|
|
|
|
<!-- List key changes -->
|
|
|
|
-
|
|
-
|
|
|
|
### Breaking Changes
|
|
|
|
<!-- List any breaking changes (if major version bump) -->
|
|
|
|
- None / _Remove if not applicable_
|
|
|
|
### Testing
|
|
|
|
- [ ] Tests pass (`bun test`)
|
|
- [ ] Code formatted (`bun run fmt`)
|
|
- [ ] New tests added for feature
|
|
- [ ] Backward compatibility maintained
|
|
|
|
### Documentation
|
|
|
|
<!-- Did you update the README? -->
|