## Description This PR moves all the existing template README images for the Coder namespace from being defined inline to its `.images` directory. This makes the image-processing logic in the Registry build step easier to maintain. ## Type of Change - [ ] New module - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun run fmt`) - [x] Changes tested locally --- ## Related Issues Related to https://github.com/coder/registry/issues/132
585 B
585 B
Closes #
Description
Type of Change
- New module
- Bug fix
- Feature/enhancement
- Documentation
- Other
Module Information
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