🏆 Community
+ + Contributor Leaderboard +
++ The developers building DevCard — ranked by merged pull requests, issues, and open work. +
+Loading contributors…
+ )}
+
+ {error && !loading && (
+ {error}
+ )}
+
+ {!loading && !error && (
+ -
+ {contributors.map((c, i) => (
+
-
+
+ {i + 1}
+
+
+
+ @{c.login} + +
+ + {c.mergedPrs} + Merged PRs + + + {c.openPrs} + Open PRs + + + {c.issues} + Issues + ++
+ ))}
+
+
+ ← Back to Home
+
+
+