From d082b43eccecfb4726f7b98fff2f654ee88b1ceb Mon Sep 17 00:00:00 2001 From: chaksaray Date: Sun, 13 Sep 2026 06:33:21 +0700 Subject: [PATCH] docs: add contributor grid to README, linked to CONTRIBUTORS.md Grid shows presence (contrib.rocks, sourced from GitHub's contributor API); CONTRIBUTORS.md remains where specific credit lives. The two are linked directly in the README text so the grid doesn't stand alone as an undifferentiated signal, matching why CONTRIBUTORS.md exists in the first place. Note on the cited precedent: deepchecks/deepchecks, the repo this task was modeled on, turned out to use the all-contributors bot/spec (a hand-maintained per-person table with contribution-type tags), not contrib.rocks -- confirmed by fetching its real README rather than assuming. Went with contrib.rocks anyway: it's a single static embed with no bot install or per-contribution-type tagging to invent, and AVE already has CONTRIBUTORS.md doing the detailed-credit job properly, so reproducing all-contributors' partial overlap with that file would be redundant, lower-fidelity duplication rather than a genuine gap. Known, pre-existing limitation, not introduced here: contrib.rocks sources from the same GitHub contributor API already found to have real quirks in this project (squash-merged PRs collapse to one contributor entry per merge commit; at least one contributor's commits are attributed under a company name rather than a personal one at the git level). The grid will inherit this, same as any consumer of that API would. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 987a272..58ab7bc 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,21 @@ See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for community standards. --- +## Contributors + + + + + +This shows who has contributed, not what they did. See +[CONTRIBUTORS.md](CONTRIBUTORS.md) for that — specific credit for +specific work: astrogilda's crosswalk schema and pin-status design, +predictor2718's independently-built cfgaudit crosswalk, mmaxjr's +validator fix, Alex Greenshpun's attribution correction — not a name +list. + +--- + ## Related | | |