docs(readme): the badge advertised a daily ranking the repo has since beaten - #226
Conversation
… beaten The Trendshift badge pointed at the DAILY C++ feed. The repository took #1 C++ for the WEEK, so the badge was understating its own result: a reader saw the narrower ranking while the wider one was the true one. Two substitutions on one line, and nothing else. The image source moves from `repositories/217924/daily` to `.../weekly`, and the alt text from "Repository of the Day" to "Repository of the Week" so the accessible name states the same fact the image does. The repository id, the three utm parameters and the dimensions are untouched, as is the house markup style: descriptive alt text, no `target=` or `rel=`, and `>` rather than `/>`. No gate reads the badge (checked: nothing in test/ matches the image URL or the centred-paragraph wrapper), so this carries no gate change and no pin to move. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
@coderabbitai review |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe README Trendshift badge now links to the weekly C++ badge image. Its alt text now identifies it as the repository-of-the-week badge. ChangesTrendshift badge
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to The weekly badge URL and matching alt text are consistent, with no merge-blocking impact. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
What
The Trendshift badge in the README pointed at the daily C++ feed. The repository took #1 C++ for the week, so the badge was understating its own result.
Two substitutions on one line:
repositories/217924/daily?language=C%2B%2B→repositories/217924/weekly?language=C%2B%2BTrendshift: C++ Repository of the Day badge for redhat-et/ripwire→… Repository of the Week badge …The alt text moves with the image so the accessible name states the same fact the image does.
What is deliberately unchanged
The repository id
217924, all threeutm_parameters, and thewidth/height. House markup style is kept as-is: descriptive alt text, notarget=orrel=, and>rather than/>.Gates
None apply. I checked before writing the commit: nothing under
test/matches the badge image URL or the centred-paragraph wrapper, so this moves no pin and changes no gate. It is one line of README markup.Split out of the 0.6.1 release PR on purpose — a weekly ranking is time-sensitive and the release has several lanes still landing, so this should not wait for them.
🤖 Generated with Claude Code