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

🔬 💻
From beeb88146c0db926dd5ce296aee3fc64813769f3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:55:48 +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..a6acba2aa 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": "d-kad", + "name": "Daniel ", + "avatar_url": "https://avatars.githubusercontent.com/u/165307096?v=4", + "profile": "https://github.com/d-kad", + "contributions": [ + "research", + "code" + ] + } + ] +}