26 lines
586 B
Markdown
26 lines
586 B
Markdown
## New Module: [Module Name]
|
|
|
|
**Module Path:** `registry/[namespace]/modules/[module-name]`
|
|
**Initial Version:** `v1.0.0`
|
|
|
|
### Description
|
|
|
|
<!-- Brief description of what this module does -->
|
|
|
|
### Checklist
|
|
|
|
- [ ] All required files included (`main.tf`, `main.test.ts`, `README.md`)
|
|
- [ ] Tests pass (`bun test`)
|
|
- [ ] Code formatted (`bun run fmt`)
|
|
- [ ] README has proper frontmatter
|
|
- [ ] Icon path is valid
|
|
- [ ] Namespace has avatar (if first-time contributor)
|
|
|
|
### Testing
|
|
|
|
<!-- How did you test this module? -->
|
|
|
|
### Additional Notes
|
|
|
|
<!-- Any special setup or dependencies? -->
|