From 6b97b0aaf40275e2ca903e01604c51f4cedc1216 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Tue, 7 Jul 2020 09:08:26 -0400 Subject: [PATCH 1/2] docs: update core team member status --- .all-contributorsrc | 106 +++++++------------------------------------- README.md | 39 ++++++++++------ 2 files changed, 41 insertions(+), 104 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2824b04755..bb5340464f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -10,44 +10,6 @@ "commit": false, "commitConvention": "none", "contributors": [ - { - "login": "yyx990803", - "name": "Evan You", - "avatar_url": "https://avatars1.githubusercontent.com/u/499550?v=4", - "profile": "http://evanyou.me", - "contributions": [ - "code" - ] - }, - { - "login": "ulivz", - "name": "ULIVZ", - "avatar_url": "https://avatars1.githubusercontent.com/u/23133919?v=4", - "profile": "http://ulivz.com", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "kefranabg", - "name": "Franck Abgrall", - "avatar_url": "https://avatars3.githubusercontent.com/u/9840435?v=4", - "profile": "https://www.franck-abgrall.me/", - "contributions": [ - "code", - "question" - ] - }, - { - "login": "f3ltron", - "name": "Giraud Florent", - "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4", - "profile": "https://github.com/f3ltron", - "contributions": [ - "code" - ] - }, { "login": "newsbielt703", "name": "Billyyyyy3320", @@ -64,27 +26,8 @@ "profile": "http://www.bencodezen.io", "contributions": [ "code", - "blog" - ] - }, - { - "login": "vicbergquist", - "name": "Victoria Bergquist", - "avatar_url": "https://avatars0.githubusercontent.com/u/25737281?v=4", - "profile": "https://twitter.com/vicbergquist", - "contributions": [ - "code", - "design" - ] - }, - { - "login": "sarahdayan", - "name": "Sarah Dayan", - "avatar_url": "https://avatars0.githubusercontent.com/u/5370675?v=4", - "profile": "https://frontstuff.io/", - "contributions": [ - "code", - "doc" + "doc", + "question" ] }, { @@ -95,53 +38,34 @@ "code" ] }, - { - "login": "sobolevn", - "name": "Nikita Sobolev", - "avatar_url": "https://avatars1.githubusercontent.com/u/4660275?v=4", - "profile": "https://sobolevn.me", - "contributions": [ - "code", - "doc" - ] - }, { "login": "CodesOfRa", "name": "Ramona", "avatar_url": "https://avatars0.githubusercontent.com/u/945186?v=4", "profile": "https://twitter.com/CodesOfRa", "contributions": [ - "code" + "code", + "doc" ] }, - { - "login": "fatihacet", - "name": "Fatih Acet", - "avatar_url": "https://avatars3.githubusercontent.com/u/712419?v=4", - "profile": "https://fatihacet.com", + { + "login": "kefranabg", + "name": "Franck Abgrall", + "avatar_url": "https://avatars3.githubusercontent.com/u/9840435?v=4", + "profile": "https://www.franck-abgrall.me/", "contributions": [ - "code" + "code", + "question" ] }, { - "login": "farcaller", - "name": "Vladimir Pouzanov", - "avatar_url": "https://avatars2.githubusercontent.com/u/693?v=4", - "profile": "http://farcaller.net/", + "login": "f3ltron", + "name": "Giraud Florent", + "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4", + "profile": "https://github.com/f3ltron", "contributions": [ "code" ] - }, - { - "login": "vinayakkulkarni", - "name": "Vinayak Kulkarni", - "avatar_url": "https://avatars2.githubusercontent.com/u/19776877?v=4", - "profile": "https://twitter.com/_vinayak_k", - "contributions": [ - "plugin", - "code", - "blog" - ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 7eb125b858..52c1fddcb2 100644 --- a/README.md +++ b/README.md @@ -44,35 +44,48 @@ If you have a VuePress-related project/component/tool, add it with a pull reques ## Contributors -### Core Team +### Creator / Lead + + + + +
Evan You
Evan You

💻
ULIVZ
ULIVZ

💻 📖
+ +### Active Core Team - - + + + + - - - +
Evan You
Evan You

💻
ULIVZ
ULIVZ

💻 📖
Billyyyyy3320
Billyyyyy3320

💻
Ben Hong
Ben Hong

💻 📖
meteorlxy
meteorlxy
💻
Ramona
Ramona

💻
Franck Abgrall
Franck Abgrall

💻 💬
Giraud Florent
Giraud Florent

💻
Billyyyyy3320
Billyyyyy3320

💻
Ben Hong
Ben Hong

💻 📝
Victoria Bergquist
Victoria Bergquist

💻 🎨
+ + + + + +### Core Team Emeriti + +Here we honor some no-longer-active core team members who have made valuable contributions in the past. + + - + + - - -
Sarah Dayan
Sarah Dayan

💻 📖
meteorlxy
meteorlxy
💻
Vinayak Kulkarni
Vinayak Kulkarni

🔌 💻 📝
Victoria Bergquist
Victoria Bergquist

💻 🎨
Nikita Sobolev
Nikita Sobolev

💻 📖
Ramona
Ramona

💻
Fatih Acet
Fatih Acet

💻
Vladimir Pouzanov
Vladimir Pouzanov

💻
Vinayak Kulkarni
Vinayak Kulkarni

🔌 💻 📝
- - - + ### Code Contributors From 3e0840731821113f57cf62294f6385f85bdb4ca0 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Tue, 7 Jul 2020 10:33:11 -0400 Subject: [PATCH 2/2] docs: update active core team list --- .all-contributorsrc | 9 --------- README.md | 6 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index bb5340464f..1101893580 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -57,15 +57,6 @@ "code", "question" ] - }, - { - "login": "f3ltron", - "name": "Giraud Florent", - "avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4", - "profile": "https://github.com/f3ltron", - "contributions": [ - "code" - ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 52c1fddcb2..8e5095bd0a 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,10 @@ If you have a VuePress-related project/component/tool, add it with a pull reques - + - + -
Billyyyyy3320
Billyyyyy3320

💻
Ben Hong
Ben Hong

💻 📖
Ben Hong
Ben Hong

💻 📖 💬
meteorlxy
meteorlxy
💻
Ramona
Ramona

💻
Ramona
Ramona

💻 📖
Franck Abgrall
Franck Abgrall

💻 💬
Giraud Florent
Giraud Florent

💻
@@ -77,6 +76,7 @@ Here we honor some no-longer-active core team members who have made valuable con +
Giraud Florent
Giraud Florent

💻
Sarah Dayan
Sarah Dayan

💻 📖
Vinayak Kulkarni
Vinayak Kulkarni

🔌 💻 📝
Victoria Bergquist
Victoria Bergquist

💻 🎨