From 87b0812fa02ab01bfcc34a75dd59691b6c748d10 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:54:38 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 52b2e2a03..1115abf8c 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ installable via PyPI. + + + + + + +
Ed Chalstrey
Ed Chalstrey

💻 📖 ✅
From 2f71f832fb5f0018e368d3d199fb134c6a940a65 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:54:39 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5f1aac74d..9cc6fc442 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,23 @@ { "projectName": "gambit", - "projectOwner": "gambitproject" -} \ No newline at end of file + "projectOwner": "gambitproject", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "edwardchalstrey1", + "name": "Ed Chalstrey", + "avatar_url": "https://avatars.githubusercontent.com/u/5486164?v=4", + "profile": "https://edchalstrey.com/", + "contributions": [ + "code", + "doc", + "tutorial" + ] + } + ] +}