From 9c9d6db9ae329b54f447609b7a1482e40738f652 Mon Sep 17 00:00:00 2001 From: jnnr <32454596+jnnr@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:17:04 +0200 Subject: [PATCH 1/2] Add .all-contributorsrc --- .all-contributorsrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..876b719 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,18 @@ +{ + "projectName": "Gregor", + "projectOwner": "modelblocks-org", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "none", + "contributors": [ + ], + "contributorsPerLine": 7, + "linkToUsage": false, + "contributorsSortAlphabetically": true, + "commitType": "docs" +} From c94c4879b4901d5beff452e488ef0e4b64eace42 Mon Sep 17 00:00:00 2001 From: jnnr <32454596+jnnr@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:19:55 +0200 Subject: [PATCH 2/2] Lowercase g --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 876b719..6713a33 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,5 @@ { - "projectName": "Gregor", + "projectName": "gregor", "projectOwner": "modelblocks-org", "repoType": "github", "repoHost": "https://github.com",