From 2b0f0f00a6766345af831a3d919739fefcabcec0 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 12 Nov 2025 09:53: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..b744de653 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,13 @@ installable via PyPI.
+
From 359d9686b68b243cc4afd42dd4f052c3083d2a46 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 12 Nov 2025 09:53: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..21b54344b 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": "rahulsavani",
+ "name": "Rahul Savani",
+ "avatar_url": "https://avatars.githubusercontent.com/u/743139?v=4",
+ "profile": "http://www.csc.liv.ac.uk/~rahul",
+ "contributions": [
+ "code",
+ "doc",
+ "research",
+ "maintenance",
+ "ideas"
+ ]
+ }
+ ]
+}