From 37c5b711f37af7cc5c83b4fef814e74328b78b03 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 5 Aug 2019 20:08:58 -0400 Subject: [PATCH 1/4] adding all-contributors table for core team members --- .all-contributorsrc | 42 ++++++++++++++++++++++++++++++++++++++++++ README.md | 19 ++++++++++++++++++- package.json | 3 ++- 3 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..41307fcab4 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,42 @@ +{ + "projectName": "VuePress", + "projectOwner": "Ulivz", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "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": "jlooper", + "name": "Jen Looper", + "avatar_url": "https://avatars2.githubusercontent.com/u/1450004?v=4", + "profile": "http://www.jenlooper.com", + "contributions": [ + "doc", "design" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index d601fd7647..0af9cbb9d9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This is the branch for `VuePress 1.x` and docs are available at https://v1.vuepr ## Contribution -``` bash +```bash yarn bootstrap # Install and link dependencies for this lerna repo yarn dev # serves VuePress' own docs with itself yarn test # make sure your code change pass the test @@ -50,6 +50,23 @@ If you have a VuePress-related project/component/tool, add it with a pull reques ## Contributors +### Core Team + + + + + + + + + + +
Evan You
Evan You

💻
ULIVZ
ULIVZ

💻 📖
Jen Looper
Jen Looper

📖 🎨
+ + + + + ### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. diff --git a/package.json b/package.json index 504dd1732a..148676f6cd 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@types/semver": "^6.0.0", "@types/hash-sum": "^1.0.0", "@types/globby": "^9.1.0", - "@types/escape-html": "^0.0.20" + "@types/escape-html": "^0.0.20", + "all-contributors-cli": "^6.8.1" } } From 019c403026783736df8316e1e1e67d3569f72d4c Mon Sep 17 00:00:00 2001 From: Sarah Dayan Date: Tue, 6 Aug 2019 13:01:26 +0200 Subject: [PATCH 2/4] chore: add self to core contributors --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 41307fcab4..a0b8313392 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -36,6 +36,15 @@ "contributions": [ "doc", "design" ] + }, + { + "login": "sarahdayan", + "name": "Sarah Dayan", + "avatar_url": "https://avatars0.githubusercontent.com/u/5370675?v=4", + "profile": "https://frontstuff.io/", + "contributions": [ + "code", "doc" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 0af9cbb9d9..1d79a664b0 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques Evan You
Evan You

💻 ULIVZ
ULIVZ

💻 📖 Jen Looper
Jen Looper

📖 🎨 + Sarah Dayan
Sarah Dayan

💻 📖 From d9d1892aaa9861659eb4aeab658d8af65f826471 Mon Sep 17 00:00:00 2001 From: Franck Date: Tue, 6 Aug 2019 22:26:54 +0200 Subject: [PATCH 3/4] Add Franck to core contributors --- .all-contributorsrc | 10 ++++++++++ README.md | 1 + 2 files changed, 11 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index a0b8313392..d3554cdc34 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -45,6 +45,16 @@ "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" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 1d79a664b0..475682d2d7 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques ULIVZ
ULIVZ

💻 📖 Jen Looper
Jen Looper

📖 🎨 Sarah Dayan
Sarah Dayan

💻 📖 + Franck Abgrall
Franck Abgrall

💻 💬 From fa8cd1a28b34e3d6d74b09a32610c61f428a2c23 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Wed, 7 Aug 2019 11:44:10 +0300 Subject: [PATCH 4/4] chore: add @sobolevn to core contributors --- .all-contributorsrc | 19 ++++++++++++++++--- README.md | 1 + 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d3554cdc34..aef9b2e638 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -25,7 +25,8 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/23133919?v=4", "profile": "http://ulivz.com", "contributions": [ - "code", "doc" + "code", + "doc" ] }, { @@ -34,7 +35,8 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/1450004?v=4", "profile": "http://www.jenlooper.com", "contributions": [ - "doc", "design" + "doc", + "design" ] }, { @@ -43,7 +45,8 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/5370675?v=4", "profile": "https://frontstuff.io/", "contributions": [ - "code", "doc" + "code", + "doc" ] }, { @@ -55,6 +58,16 @@ "code", "question" ] + }, + { + "login": "sobolevn", + "name": "Nikita Sobolev", + "avatar_url": "https://avatars1.githubusercontent.com/u/4660275?v=4", + "profile": "https://sobolevn.me", + "contributions": [ + "code", + "doc" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 475682d2d7..97f22b087e 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 Jen Looper
Jen Looper

📖 🎨 Sarah Dayan
Sarah Dayan

💻 📖 Franck Abgrall
Franck Abgrall

💻 💬 + Nikita Sobolev
Nikita Sobolev

💻 📖