diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..aef9b2e638 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,74 @@ +{ + "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" + ] + }, + { + "login": "sarahdayan", + "name": "Sarah Dayan", + "avatar_url": "https://avatars0.githubusercontent.com/u/5370675?v=4", + "profile": "https://frontstuff.io/", + "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": "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 d601fd7647..97f22b087e 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,26 @@ 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

📖 🎨
Sarah Dayan
Sarah Dayan

💻 📖
Franck Abgrall
Franck Abgrall

💻 💬
Nikita Sobolev
Nikita Sobolev

💻 📖
+ + + + + ### 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" } }