From b89fd15c3d50a0dea8ef02e50b2b4a47e8e2909e Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 23 Jan 2024 11:01:40 +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..c77e2702 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,15 @@ Documentation and examples:
+
From d19481cb5ee52566b2c108782a73efefe4438153 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 23 Jan 2024 11:01:41 +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..2a4c8bd1 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": "Jefiozie",
+ "name": "Jeffrey Bosch",
+ "avatar_url": "https://avatars.githubusercontent.com/u/17835373?v=4",
+ "profile": "https://jefiozie.github.io",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "commitType": "docs",
+ "contributorsPerLine": 7
+}