mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
Enhance PR template with template information section (#474)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
Closes #
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
<!-- Briefly describe what this PR does and why -->
|
<!-- Briefly describe what this PR does and why -->
|
||||||
@@ -7,6 +5,7 @@ Closes #
|
|||||||
## Type of Change
|
## Type of Change
|
||||||
|
|
||||||
- [ ] New module
|
- [ ] New module
|
||||||
|
- [ ] New template
|
||||||
- [ ] Bug fix
|
- [ ] Bug fix
|
||||||
- [ ] Feature/enhancement
|
- [ ] Feature/enhancement
|
||||||
- [ ] Documentation
|
- [ ] Documentation
|
||||||
@@ -20,10 +19,16 @@ Closes #
|
|||||||
**New version:** `v1.0.0`
|
**New version:** `v1.0.0`
|
||||||
**Breaking change:** [ ] Yes [ ] No
|
**Breaking change:** [ ] Yes [ ] No
|
||||||
|
|
||||||
|
## Template Information
|
||||||
|
|
||||||
|
<!-- Delete this section if not applicable -->
|
||||||
|
|
||||||
|
**Path:** `registry/[namespace]/templates/[template-name]`
|
||||||
|
|
||||||
## Testing & Validation
|
## Testing & Validation
|
||||||
|
|
||||||
- [ ] Tests pass (`bun test`)
|
- [ ] Tests pass (`bun test`)
|
||||||
- [ ] Code formatted (`bun run fmt`)
|
- [ ] Code formatted (`bun fmt`)
|
||||||
- [ ] Changes tested locally
|
- [ ] Changes tested locally
|
||||||
|
|
||||||
## Related Issues
|
## Related Issues
|
||||||
|
|||||||
Reference in New Issue
Block a user