From 2b879c59474b8cc2c43a98b81044cf244c1347f1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 1 Oct 2023 12:29:13 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 578e3fe..2e87e72 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Check [all 35 challenges](https://angular-challenges.vercel.app/)
 Alan Dragicevich 📖 |
 Michel EDIGHOFFER 📖 |
 Gerardo Sebastian Gonzalez 📖 |
+  Evseev Yuriy 🐛 |
From 3b1a4cbc8f3afbcd817f2909296e1c139ae70dce Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 1 Oct 2023 12:29:14 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 37 ++++++++++++++++++++++++++++++-------
1 file changed, 30 insertions(+), 7 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 518deca..87b6396 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -3,7 +3,9 @@
"projectOwner": "tomalaforge",
"repoType": "github",
"repoHost": "https://github.com",
- "files": ["README.md"],
+ "files": [
+ "README.md"
+ ],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
@@ -13,31 +15,52 @@
"name": "Laforge Thomas",
"avatar_url": "https://avatars.githubusercontent.com/u/30832608?v=4",
"profile": "https://thomaslaforge.dev/home",
- "contributions": ["code", "doc", "content", "ideas", "design"]
+ "contributions": [
+ "code",
+ "doc",
+ "content",
+ "ideas",
+ "design"
+ ]
},
{
"login": "alan-bio",
"name": "Alan Dragicevich",
"avatar_url": "https://avatars.githubusercontent.com/u/31838230?v=4",
"profile": "https://github.com/alan-bio",
- "contributions": ["doc"]
+ "contributions": [
+ "doc"
+ ]
},
{
"login": "edimitchel",
"name": "Michel EDIGHOFFER",
"avatar_url": "https://avatars.githubusercontent.com/u/2922851?v=4",
"profile": "https://github.com/edimitchel",
- "contributions": ["doc"]
+ "contributions": [
+ "doc"
+ ]
},
{
"login": "gsgonzalez88",
"name": "Gerardo Sebastian Gonzalez",
"avatar_url": "https://avatars.githubusercontent.com/u/39884678?v=4",
"profile": "https://github.com/gsgonzalez88",
- "contributions": ["doc"]
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "marryday",
+ "name": "Evseev Yuriy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/57489315?v=4",
+ "profile": "https://github.com/marryday",
+ "contributions": [
+ "bug"
+ ]
}
],
"contributorsPerLine": 7,
- "linkToUsage": true
+ "linkToUsage": true,
+ "commitType": "docs"
}
-