From 3fb4e4d509f77cde35dc93de242d384a86d99669 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:50:44 +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..42d01c96f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ installable via PyPI. + + + + + + +
Ted Turocy
Ted Turocy

💻 📖 🔬 🚧 🤔
From b9167bde3c0386c0d70b22ed5e54cfaca9312e1e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:50:45 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5f1aac74d..3ba49c163 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,25 @@ { "projectName": "gambit", - "projectOwner": "gambitproject" -} \ No newline at end of file + "projectOwner": "gambitproject", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "tturocy", + "name": "Ted Turocy", + "avatar_url": "https://avatars.githubusercontent.com/u/180959?v=4", + "profile": "https://github.com/tturocy", + "contributions": [ + "code", + "doc", + "research", + "maintenance", + "ideas" + ] + } + ] +}