Skip to content

Commit 9a0b12f

Browse files
docs: Prettier Formatting
1 parent 33047db commit 9a0b12f

File tree

6 files changed

+33
-11
lines changed

6 files changed

+33
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Please select the appropriate PR template for your contribution:
1212
If 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

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
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 -->
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
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? -->

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,29 @@
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? -->

.github/PULL_REQUEST_TEMPLATE/new_module.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
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`)
@@ -15,7 +17,9 @@
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? -->

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ cd registry/[your-username]/modules/[module-name]
117117
```
118118

119119
This script generates:
120+
120121
- `main.tf` - Terraform configuration template
121122
- `README.md` - Documentation template with frontmatter
122123

@@ -224,7 +225,7 @@ bun test
224225

225226
We 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`

0 commit comments

Comments
 (0)