8000 fix: replace broken multi-template PR system with unified template (#… · coder/registry@e54ceb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e54ceb3

Browse files
fix: replace broken multi-template PR system with unified template (#143)
Unifies the broken Multi-PR Template I introduced.
1 parent f5bf668 commit e54ceb3

File tree

5 files changed

+30
-111
lines changed

5 files changed

+30
-111
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,39 @@
1-
## Choose a PR Template
1+
## Description
22

3-
Please select the appropriate PR template for your contribution:
3+
<!-- Briefly describe what this PR does and why -->
44

5-
- 🆕 [New Module](?template=new_module.md) - Adding a new module to the registry
6-
- 🐛 [Bug Fix](?template=bug_fix.md) - Fixing an existing issue
7-
-[Feature](?template=feature.md) - Adding new functionality to a module
8-
- 📝 [Documentation](?template=documentation.md) - Improving docs only
5+
---
6+
7+
## Type of Change
8+
9+
- [ ] New module
10+
- [ ] Bug fix
11+
- [ ] Feature/enhancement
12+
- [ ] Documentation
13+
- [ ] Other
914

1015
---
1116

12-
If you've already started your PR, add `?template=TEMPLATE_NAME.md` to your URL.
17+
## Module Information
18+
19+
<!-- Delete this section if not applicable -->
20+
21+
**Path:** `registry/[namespace]/modules/[module-name]`
22+
**New version:** `v1.0.0`
23+
**Breaking change:** [ ] Yes [ ] No
24+
25+
---
1326

14-
### Quick Checklist
27+
## Testing & Validation
1528

1629
- [ ] Tests pass (`bun test`)
1730
- [ ] Code formatted (`bun run fmt`)
18-
- [ ] Following contribution guidelines
31+
- [ ] Changes tested locally
32+
33+
---
34+
35+
## Related Issues
36+
37+
<!-- Link related issues or write "None" if not applicable -->
38+
39+
Closes #

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/documentation.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/new_module.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0