From 6faf15060ee8f9b8fb5ff68df8482c408c7be5a4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:55:25 +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..093faab91 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ installable via PyPI. + + + + + + +
StephenPasteris
StephenPasteris

🔬 💻
From d2b4209fd27ae6aa4460ff1837533e2939fe0296 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:55:41 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5f1aac74d..de1d2befd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,22 @@ { "projectName": "gambit", - "projectOwner": "gambitproject" -} \ No newline at end of file + "projectOwner": "gambitproject", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "StephenPasteris", + "name": "StephenPasteris", + "avatar_url": "https://avatars.githubusercontent.com/u/140617768?v=4", + "profile": "https://github.com/StephenPasteris", + "contributions": [ + "research", + "code" + ] + } + ] +}