Problem
The main README.md has CI, Go Report Card, Docker pulls, and license badges at the top. The starter-kit/README.md has none of them, which makes it look less official than the main readme.
Someone landing on the starter kit first has no quick signal that the project is actively tested and maintained.
Acceptance criteria
Files to touch
How to test locally
Open the file in any markdown preview (gh repo view, VS Code markdown preview, or push to a branch and view on GitHub) and make sure the badges render and link to the correct URLs.
Notes
Copy the exact badge markup from the main README.md. Do not invent new badge URLs. This should be a 30-second change.
Problem
The main
README.mdhas CI, Go Report Card, Docker pulls, and license badges at the top. Thestarter-kit/README.mdhas none of them, which makes it look less official than the main readme.Someone landing on the starter kit first has no quick signal that the project is actively tested and maintained.
Acceptance criteria
starter-kit/README.mdFiles to touch
starter-kit/README.mdHow to test locally
Open the file in any markdown preview (
gh repo view, VS Code markdown preview, or push to a branch and view on GitHub) and make sure the badges render and link to the correct URLs.Notes
Copy the exact badge markup from the main
README.md. Do not invent new badge URLs. This should be a 30-second change.