23 lines
374 B
Markdown
23 lines
374 B
Markdown
## Bug Fix: [Brief Description]
|
|
|
|
**Module:** `registry/[namespace]/modules/[module-name]`
|
|
**Version:** `v1.2.3` → `v1.2.4`
|
|
|
|
### Problem
|
|
|
|
<!-- What was broken? -->
|
|
|
|
### Solution
|
|
|
|
<!-- How did you fix it? -->
|
|
|
|
### Testing
|
|
|
|
- [ ] Tests pass (`bun test`)
|
|
- [ ] Code formatted (`bun run fmt`)
|
|
- [ ] Fix verified locally
|
|
|
|
### Related Issue
|
|
|
|
<!-- Link to issue if applicable -->
|