From 6a6530a26691b3d45701f0b947844b841d83384a Mon Sep 17 00:00:00 2001 From: Mike Odnis Date: Fri, 12 Jun 2026 23:44:55 -0400 Subject: [PATCH] fix(template): stop top comment leaking + render the hero image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two rendering bugs visible in the raw template on GitHub: - The header comment closed early. Line 8 read "Delete all HTML comments () before publishing" — the literal `-->` terminated the opening ``) rendered as visible text. Reworded to "Delete all HTML comment blocks before publishing" so the comment stays a comment. - The hero `` pointed at assets/logo.png, which doesn't exist, so it rendered as a broken image. Default to the ResQ org banner via an absolute raw URL (HTTP 200) so it renders in the raw template and in fresh repos; consumers swap it for their own asset. Remaining placeholder-driven artifacts (red "not found" badges, blank Repobeats/contrib images) are expected for an unfilled template and resolve once {{PLACEHOLDER}} values are filled in. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.template.md b/README.template.md index bb72830..29b6ba8 100644 --- a/README.template.md +++ b/README.template.md @@ -5,7 +5,7 @@ 1. Copy this file to your project root as README.md 2. Replace every {{PLACEHOLDER}} with real values 3. Delete sections that don't apply to your project - 4. Delete all HTML comments () before publishing + 4. Delete all HTML comment blocks before publishing Auto-generated fields (see "Automation" section at the bottom): - CI badge → set up GitHub Actions workflow named `ci.yml` @@ -24,10 +24,10 @@ ───────────────────────────────────────────────────────────────────── -->
- -{{PROJECT_NAME}} + +{{PROJECT_NAME}}

{{PROJECT_NAME}}