← knowledge.oriz.in

Every repo README must carry a star-this-repo badge near the top

rule rulereadmebrandingfamily-convention

Star-this-repo badge required in every README

Rule

Every repo in the family — apps, packages, APIs, books, browser extensions, VS Code extensions, userscripts, forks — places this near the top of README.md, above any BLUF / overview prose:

[⭐ Star this Repo ⭐](https://github.com/<owner>/<repo>)

It MAY be styled as a shields.io badge instead, but the literal ⭐ Star this Repo ⭐ text-link is the canonical form (renders consistently across GitHub web, mobile, raw, and forked mirrors).

Why

Placement

# <repo-name>

[⭐ Star this Repo ⭐](https://github.com/<owner>/<repo>)

> One-line BLUF
...

For forks, the badge points at the fork's own URL (chirag127's copy), not the upstream — the family wants stars on the family's mirror.

Enforcement

When auditing or creating a new repo, check for this badge. Missing → add in the same commit as any other README work. Don't open a one-line PR just for this; piggyback on the next README edit.

Cross-refs