File tree Expand file tree Collapse file tree 6 files changed +33
-11
lines changed
Expand file tree Collapse file tree 6 files changed +33
-11
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Please select the appropriate PR template for your contribution:
1212If you've already started your PR, add ` ?template=TEMPLATE_NAME.md ` to your URL.
1313
1414### Quick Checklist
15+
1516- [ ] Tests pass (` bun test ` )
1617- [ ] Code formatted (` bun run fmt ` )
17- - [ ] Following contribution guidelines
18+ - [ ] Following contribution guidelines
Original file line number Diff line number Diff line change 44** Version:** ` v1.2.3 ` → ` v1.2.4 `
55
66### Problem
7+
78<!-- What was broken? -->
89
910### Solution
11+
1012<!-- How did you fix it? -->
1113
1214### Testing
15+
1316- [ ] Tests pass (` bun test ` )
1417- [ ] Code formatted (` bun run fmt ` )
1518- [ ] Fix verified locally
1619
1720### Related Issue
18- <!-- Link to issue if applicable -->
21+
22+ <!-- Link to issue if applicable -->
Original file line number Diff line number Diff line change 11## Documentation Update
22
33### Description
4+
45<!-- What documentation did you improve? -->
56
67### Changes
8+
79<!-- What specific changes were made? -->
8- -
9- -
10+
11+ -
12+ -
1013
1114### Checklist
15+
1216- [ ] README validation passes (if applicable)
1317- [ ] Code examples tested
1418- [ ] Links verified
1519- [ ] Formatting consistent
1620
1721### Context
18- <!-- Why were these changes needed? -->
22+
23+ <!-- Why were these changes needed? -->
Original file line number Diff line number Diff line change 44** Version:** ` v1.2.3 ` → ` v1.3.0 ` (or ` v2.0.0 ` for breaking changes)
55
66### Description
7+
78<!-- What does this feature add? -->
89
910### Changes
11+
1012<!-- List key changes -->
11- -
12- -
13+
14+ -
15+ -
1316
1417### Breaking Changes
18+
1519<!-- List any breaking changes (if major version bump) -->
16- - None / * Remove if not applicable*
20+
21+ - None / _ Remove if not applicable_
1722
1823### Testing
24+
1925- [ ] Tests pass (` bun test ` )
2026- [ ] Code formatted (` bun run fmt ` )
2127- [ ] New tests added for feature
2228- [ ] Backward compatibility maintained
2329
2430### Documentation
25- <!-- Did you update the README? -->
31+
32+ <!-- Did you update the README? -->
Original file line number Diff line number Diff line change 44** Initial Version:** ` v1.0.0 `
55
66### Description
7+
78<!-- Brief description of what this module does -->
89
910### Checklist
11+
1012- [ ] All required files included (` main.tf ` , ` main.test.ts ` , ` README.md ` )
1113- [ ] Tests pass (` bun test ` )
1214- [ ] Code formatted (` bun run fmt ` )
1517- [ ] Namespace has avatar (if first-time contributor)
1618
1719### Testing
20+
1821<!-- How did you test this module? -->
1922
2023### Additional Notes
21- <!-- Any special setup or dependencies? -->
24+
25+ <!-- Any special setup or dependencies? -->
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ cd registry/[your-username]/modules/[module-name]
117117```
118118
119119This script generates:
120+
120121- ` main.tf ` - Terraform configuration template
121122- ` README.md ` - Documentation template with frontmatter
122123
@@ -224,7 +225,7 @@ bun test
224225
225226We have different PR templates for different types of contributions. GitHub will show you options to choose from, or you can manually select:
226227
227- - ** New Module** : Use ` ?template=new_module.md `
228+ - ** New Module** : Use ` ?template=new_module.md `
228229- ** Bug Fix** : Use ` ?template=bug_fix.md `
229230- ** Feature** : Use ` ?template=feature.md `
230231- ** Documentation** : Use ` ?template=documentation.md `
You can’t perform that action at this time.
0 commit comments