You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(web): add contributor leaderboard page
Add a /leaderboard route to apps/web that ranks repo contributors by
merged PRs, issues created, and open PRs (data from the GitHub API),
showing each contributor's avatar and GitHub username. Mention the
route in the README Contributors section.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix: generate leaderboard data via GitHub Actions
* feat: Leaderboard yaml
* fix: Updated leaderboard script
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,8 @@ Thanks to all the amazing people who contribute to **DevCard** 🚀
307
307
</a>
308
308
</p>
309
309
310
+
> 🏆 **Contributor Leaderboard** — contributors are also ranked by merged PRs, issues, and open PRs in the web app at the [`/leaderboard`](https://devcard.app/leaderboard) route (`apps/web`).
0 commit comments