From 798065923bc718e3d944bd2b7c4858d74752efb2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:55:53 +0000 Subject: [PATCH 1/4] docs: update README.md [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fb54b9..9e5e339 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ We have contributors of all types - from those who've contributed to the directi Erik van Sebille
Erik van Sebille

🚣 Jimena Medina
Jimena Medina

🎨 sruehs
sruehs

🖋 + Michael Denes
Michael Denes

🖋 From c4578eba1da575e1f898335f36c60646085cf11b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:55:54 +0000 Subject: [PATCH 2/4] docs: update docs/index.md [skip ci] --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index c8cef49..51b1406 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,6 +98,7 @@ We have contributors of all types - from those who've contributed to the directi Erik van Sebille
Erik van Sebille

🚣 Jimena Medina
Jimena Medina

🎨 sruehs
sruehs

🖋 + Michael Denes
Michael Denes

🖋 From b4c3603f7ba208b3843a2af68ad492aba7656226 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:55:55 +0000 Subject: [PATCH 3/4] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 123 ++++++++++++++++++++++++++------------------ 1 file changed, 72 insertions(+), 51 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 03579f9..6c20bf8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,54 +1,75 @@ { - "projectName": "CLAM-community.github.io", - "projectOwner": "CLAM-community", - "repoType": "github", - "repoHost": "https://github.com", - "files": ["README.md", "docs/index.md"], - "imageSize": 100, - "commit": false, - "commitConvention": "angular", - "contributors": [ - { - "login": "VeckoTheGecko", - "name": "Nick Hodgskin", - "avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4", - "profile": "https://github.com/VeckoTheGecko", - "contributions": ["steering", "code"] - }, - { - "login": "erikvansebille", - "name": "Erik van Sebille", - "avatar_url": "https://avatars.githubusercontent.com/u/14315062?v=4", - "profile": "https://www.uu.nl/staff/EvanSebille", - "contributions": ["steering"] - }, - { - "login": "jimena-medinarubio", - "name": "Jimena Medina", - "avatar_url": "https://avatars.githubusercontent.com/u/101462540?v=4", - "profile": "https://github.com/jimena-medinarubio", - "contributions": ["design"] - }, - { - "login": "sruehs", - "name": "sruehs", - "avatar_url": "https://avatars.githubusercontent.com/u/33282992?v=4", - "profile": "https://github.com/sruehs", - "contributions": ["content"] - } - ], - "contributorsPerLine": 7, - "skipCi": true, - "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", - "types": { - "steering": { - "symbol": "🚣", - "description": "Current or previous members of the project steering team." - }, - "moderation": { - "symbol": "💫", - "description": "Current or previous members of the project moderation team." - } + "projectName": "CLAM-community.github.io", + "projectOwner": "CLAM-community", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md", + "docs/index.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "VeckoTheGecko", + "name": "Nick Hodgskin", + "avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4", + "profile": "https://github.com/VeckoTheGecko", + "contributions": [ + "steering", + "code" + ] }, - "commitType": "docs" + { + "login": "erikvansebille", + "name": "Erik van Sebille", + "avatar_url": "https://avatars.githubusercontent.com/u/14315062?v=4", + "profile": "https://www.uu.nl/staff/EvanSebille", + "contributions": [ + "steering" + ] + }, + { + "login": "jimena-medinarubio", + "name": "Jimena Medina", + "avatar_url": "https://avatars.githubusercontent.com/u/101462540?v=4", + "profile": "https://github.com/jimena-medinarubio", + "contributions": [ + "design" + ] + }, + { + "login": "sruehs", + "name": "sruehs", + "avatar_url": "https://avatars.githubusercontent.com/u/33282992?v=4", + "profile": "https://github.com/sruehs", + "contributions": [ + "content" + ] + }, + { + "login": "michaeldenes", + "name": "Michael Denes", + "avatar_url": "https://avatars.githubusercontent.com/u/1852917?v=4", + "profile": "https://github.com/michaeldenes", + "contributions": [ + "content" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", + "types": { + "steering": { + "symbol": "🚣", + "description": "Current or previous members of the project steering team." + }, + "moderation": { + "symbol": "💫", + "description": "Current or previous members of the project moderation team." + } + }, + "commitType": "docs" } From 5ec2ca649e812d292dc0f412bc7074ed2b8c0aa3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:56:02 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .all-contributorsrc | 130 ++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 72 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 6c20bf8..aa8a065 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,75 +1,61 @@ { - "projectName": "CLAM-community.github.io", - "projectOwner": "CLAM-community", - "repoType": "github", - "repoHost": "https://github.com", - "files": [ - "README.md", - "docs/index.md" - ], - "imageSize": 100, - "commit": false, - "commitConvention": "angular", - "contributors": [ - { - "login": "VeckoTheGecko", - "name": "Nick Hodgskin", - "avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4", - "profile": "https://github.com/VeckoTheGecko", - "contributions": [ - "steering", - "code" - ] + "projectName": "CLAM-community.github.io", + "projectOwner": "CLAM-community", + "repoType": "github", + "repoHost": "https://github.com", + "files": ["README.md", "docs/index.md"], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "VeckoTheGecko", + "name": "Nick Hodgskin", + "avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4", + "profile": "https://github.com/VeckoTheGecko", + "contributions": ["steering", "code"] + }, + { + "login": "erikvansebille", + "name": "Erik van Sebille", + "avatar_url": "https://avatars.githubusercontent.com/u/14315062?v=4", + "profile": "https://www.uu.nl/staff/EvanSebille", + "contributions": ["steering"] + }, + { + "login": "jimena-medinarubio", + "name": "Jimena Medina", + "avatar_url": "https://avatars.githubusercontent.com/u/101462540?v=4", + "profile": "https://github.com/jimena-medinarubio", + "contributions": ["design"] + }, + { + "login": "sruehs", + "name": "sruehs", + "avatar_url": "https://avatars.githubusercontent.com/u/33282992?v=4", + "profile": "https://github.com/sruehs", + "contributions": ["content"] + }, + { + "login": "michaeldenes", + "name": "Michael Denes", + "avatar_url": "https://avatars.githubusercontent.com/u/1852917?v=4", + "profile": "https://github.com/michaeldenes", + "contributions": ["content"] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", + "types": { + "steering": { + "symbol": "🚣", + "description": "Current or previous members of the project steering team." + }, + "moderation": { + "symbol": "💫", + "description": "Current or previous members of the project moderation team." + } }, - { - "login": "erikvansebille", - "name": "Erik van Sebille", - "avatar_url": "https://avatars.githubusercontent.com/u/14315062?v=4", - "profile": "https://www.uu.nl/staff/EvanSebille", - "contributions": [ - "steering" - ] - }, - { - "login": "jimena-medinarubio", - "name": "Jimena Medina", - "avatar_url": "https://avatars.githubusercontent.com/u/101462540?v=4", - "profile": "https://github.com/jimena-medinarubio", - "contributions": [ - "design" - ] - }, - { - "login": "sruehs", - "name": "sruehs", - "avatar_url": "https://avatars.githubusercontent.com/u/33282992?v=4", - "profile": "https://github.com/sruehs", - "contributions": [ - "content" - ] - }, - { - "login": "michaeldenes", - "name": "Michael Denes", - "avatar_url": "https://avatars.githubusercontent.com/u/1852917?v=4", - "profile": "https://github.com/michaeldenes", - "contributions": [ - "content" - ] - } - ], - "contributorsPerLine": 7, - "skipCi": true, - "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", - "types": { - "steering": { - "symbol": "🚣", - "description": "Current or previous members of the project steering team." - }, - "moderation": { - "symbol": "💫", - "description": "Current or previous members of the project moderation team." - } - }, - "commitType": "docs" + "commitType": "docs" }