From 6383133579f1918a39acae8a960edeca82c5e5c9 Mon Sep 17 00:00:00 2001 From: giraud florent Date: Wed, 7 Aug 2019 14:09:15 -0400 Subject: [PATCH 1/5] chore(member): add myself as a core contributor --- .all-contributorsrc | 12 +++++++++++- README.md | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index aef9b2e6..76ddf85b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -68,7 +68,17 @@ "code", "doc" ] - } + }, + { + "login": "f3ltron", + "name": "Giraud Florent", + "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?s=460&v=4", + "profile": "https://github.com/f3ltron", + "contributions": [ + "code", + "doc" + ] + }, ], "contributorsPerLine": 7 } diff --git a/README.md b/README.md index 86037680..7d545be8 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques Sarah Dayan
Sarah Dayan

💻 📖 Franck Abgrall
Franck Abgrall

💻 💬 Nikita Sobolev
Nikita Sobolev

💻 📖 + Nikita Sobolev
Nikita Sobolev

💻 From bc6238ff986260e4d67b1097fe3c2ba44edf49c5 Mon Sep 17 00:00:00 2001 From: fgiraud Date: Wed, 7 Aug 2019 14:18:59 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d545be8..22bfd71b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques Sarah Dayan
Sarah Dayan

💻 📖 Franck Abgrall
Franck Abgrall

💻 💬 Nikita Sobolev
Nikita Sobolev

💻 📖 - Nikita Sobolev
Nikita Sobolev

💻 + Giraud Florent
Giraud Florent

💻 From 45e31b4f03ba09ab7983b616acdea040ceb2f4ee Mon Sep 17 00:00:00 2001 From: fgiraud Date: Wed, 7 Aug 2019 18:24:41 -0400 Subject: [PATCH 3/5] fix(avatar): fix url Co-Authored-By: Sarah Dayan --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 76ddf85b..b9886c00 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -72,7 +72,7 @@ { "login": "f3ltron", "name": "Giraud Florent", - "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?s=460&v=4", + "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4", "profile": "https://github.com/f3ltron", "contributions": [ "code", From db7123804c6b2da8d624809e1e5b396575a70f2e Mon Sep 17 00:00:00 2001 From: fgiraud Date: Wed, 7 Aug 2019 18:26:28 -0400 Subject: [PATCH 4/5] fix(contributors): fix url parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22bfd71b..a2e52885 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques Sarah Dayan
Sarah Dayan

💻 📖 Franck Abgrall
Franck Abgrall

💻 💬 Nikita Sobolev
Nikita Sobolev

💻 📖 - Giraud Florent
Giraud Florent

💻 + Giraud Florent
Giraud Florent

💻 From a709a4f52bd9f41f624d014c4b6f686cfd54dd1f Mon Sep 17 00:00:00 2001 From: fgiraud Date: Wed, 7 Aug 2019 18:27:41 -0400 Subject: [PATCH 5/5] fix(contributors): fix for good contributions --- .all-contributorsrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b9886c00..192ec4d2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -75,8 +75,7 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4", "profile": "https://github.com/f3ltron", "contributions": [ - "code", - "doc" + "code" ] }, ],