Skip to content

Commit 4914dbf

Browse files
committed
style: Apply dprint formatting to existing files
Auto-format markdown tables, backtick usage, and blank lines after headings in frontmatter templates.
1 parent 96d9a5e commit 4914dbf

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/rfc---request-for-comments.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,28 @@ about: Propose a new feature, artifact, or major update
44
title: 'RFC: <your proposal title>'
55
labels: needs-triage, rfc-proposal
66
assignees: ayn-builds
7-
87
---
98

109
## Summary
10+
1111
<!-- One paragraph describing the proposal -->
1212

1313
## Motivation
14+
1415
<!-- Why is this needed? What problem does it solve? -->
1516

1617
## Proposed Solution
18+
1719
<!-- Describe your approach in detail -->
1820

1921
## Alternatives Considered
22+
2023
<!-- What other approaches did you evaluate and why were they rejected? -->
2124

2225
## Open Questions
26+
2327
<!-- What is still undecided or needs community input? -->
2428

2529
## Drawbacks
30+
2631
<!-- Any known trade-offs or risks? -->

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
## Team Folder
1414

1515
<!-- Which top-level folder does this PR affect? -->
16+
1617
- [ ] `migrate/`
1718
- [ ] Other: ___
1819

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing Guidelines
22

3-
Thank you for your interest in contributing to ``awslabs/startups``.
3+
Thank you for your interest in contributing to `awslabs/startups`.
44

55
## RFCs for New Features, Artifacts, and Major Changes
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository hosts plugins, MCPs, and tools built by the AWS Startups team, d
99
## Tools
1010

1111
| Tool | Description | Status |
12-
|------|-------------|--------|
12+
| ---- | ----------- | ------ |
1313

1414
...to be continued
1515

0 commit comments

Comments
 (0)