Skip to content

adding all-contributors table for core team members #1744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -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
}
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,6 +50,26 @@ If you have a VuePress-related project/component/tool, add it with a pull reques

## Contributors

### Core Team

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://evanyou.me"><img src="https://avatars1.githubusercontent.com/u/499550?v=4" width="100px;" alt="Evan You"/><br /><sub><b>Evan You</b></sub></a><br /><a href="https://github.com/Ulivz/VuePress/commits?author=yyx990803" title="Code">💻</a></td>
<td align="center"><a href="http://ulivz.com"><img src="https://avatars1.githubusercontent.com/u/23133919?v=4" width="100px;" alt="ULIVZ"/><br /><sub><b>ULIVZ</b></sub></a><br /><a href="https://github.com/Ulivz/VuePress/commits?author=ulivz" title="Code">💻</a> <a href="https://github.com/Ulivz/VuePress/commits?author=ulivz" title="Documentation">📖</a></td>
<td align="center"><a href="http://www.jenlooper.com"><img src="https://avatars2.githubusercontent.com/u/1450004?v=4" width="100px;" alt="Jen Looper"/><br /><sub><b>Jen Looper</b></sub></a><br /><a href="https://github.com/Ulivz/VuePress/commits?author=jlooper" title="Documentation">📖</a> <a href="#design-jlooper" title="Design">🎨</a></td>
<td align="center"><a href="https://frontstuff.io/"><img src="https://avatars0.githubusercontent.com/u/5370675?v=4" width="100px;" alt="Sarah Dayan"/><br /><sub><b>Sarah Dayan</b></sub></a><br /><a href="https://github.com/Ulivz/VuePress/commits?author=sarahdayan" title="Code">💻</a> <a href="https://github.com/Ulivz/VuePress/commits?author=sarahdayan" title="Documentation">📖</a></td>
<td align="center"><a href="https://www.franck-abgrall.me/"><img src="https://avatars3.githubusercontent.com/u/9840435?v=4" width="100px;" alt="Franck Abgrall"/><br /><sub><b>Franck Abgrall</b></sub></a><br /><a href="https://github.com/Ulivz/VuePress/commits?author=kefranabg" title="Code">💻</a> <a href="#question-kefranabg" title="Answering Questions">💬</a></td>
<td align="center"><a href="https://sobolevn.me"><img src="https://avatars1.githubusercontent.com/u/4660275?v=4" width="100px;" alt="Nikita Sobolev"/><br /><sub><b>Nikita Sobolev</b></sub></a><br /><a href="https://github.com/Ulivz/VuePress/commits?author=sobolevn" title="Code">💻</a> <a href="https://github.com/Ulivz/VuePress/commits?author=sobolevn" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

### Code Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}