From 6654da30104684e38ae9b06bfc8ec7d4baf1da11 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:44:20 +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 f97b5a3d..15da474f 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,13 @@ The link resolves to the latest + + + + + + +
Alexis Montoison
Alexis Montoison

🤔 💻 📖 🚧 🔬 👀 📢
From ac250fc1af4309f6bc7de6dc770ee52c5e639f27 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:44:21 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d50afc08..81d14a20 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,27 @@ { "projectName": "SparseMatrixColorings.jl", - "projectOwner": "JuliaDiff" -} \ No newline at end of file + "projectOwner": "JuliaDiff", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "amontoison", + "name": "Alexis Montoison", + "avatar_url": "https://avatars.githubusercontent.com/u/35051714?v=4", + "profile": "https://github.com/amontoison", + "contributions": [ + "ideas", + "code", + "doc", + "maintenance", + "research", + "review", + "talk" + ] + } + ] +}