From 85ba9bac103602ee5f5b622dd0ff9b01a037bef6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:02:05 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cea62477..4141588f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ Documentation and examples: + + + + + + + + +
Bertrand Gaillard
Bertrand Gaillard

💻
Bram Borggreve
Bram Borggreve

💻
Sander Elias
Sander Elias

💻
From f9030b670bc9f19863faf2d5e7d1f21560ad9ae1 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:02:06 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 73 ++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 31 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c2903de0..5747af0b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,32 +1,43 @@ { - "projectName": "angular-split", - "projectOwner": "angular-split", - "repoType": "github", - "repoHost": "https://github.com", - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": true, - "commitConvention": "angular", - "contributors": [ - { - "login": "bertrandg", - "name": "Bertrand Gaillard", - "avatar_url": "https://avatars.githubusercontent.com/u/7031941?v=4", - "profile": "https://github.com/bertrandg", - "contributions": [ - "code" - ] - }, - { - "login": "beeman", - "name": "Bram Borggreve", - "avatar_url": "https://avatars.githubusercontent.com/u/36491?v=4", - "profile": "https://beeman.dev/", - "contributions": [ - "code" - ] - } - ] -} \ No newline at end of file + "projectName": "angular-split", + "projectOwner": "angular-split", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "bertrandg", + "name": "Bertrand Gaillard", + "avatar_url": "https://avatars.githubusercontent.com/u/7031941?v=4", + "profile": "https://github.com/bertrandg", + "contributions": [ + "code" + ] + }, + { + "login": "beeman", + "name": "Bram Borggreve", + "avatar_url": "https://avatars.githubusercontent.com/u/36491?v=4", + "profile": "https://beeman.dev/", + "contributions": [ + "code" + ] + }, + { + "login": "SanderElias", + "name": "Sander Elias", + "avatar_url": "https://avatars.githubusercontent.com/u/1249083?v=4", + "profile": "https://github.com/SanderElias", + "contributions": [ + "code" + ] + } + ], + "commitType": "docs", + "contributorsPerLine": 7 +}