@@ -37,7 +37,7 @@ This is the branch for `VuePress 1.x` and docs are available at https://v1.vuepr
37
37
38
38
## Contribution
39
39
40
- ``` bash
40
+ ``` bash
41
41
yarn bootstrap # Install and link dependencies for this lerna repo
42
42
yarn dev # serves VuePress' own docs with itself
43
43
yarn test # make sure your code change pass the test
@@ -49,6 +49,26 @@ If you have a VuePress-related project/component/tool, add it with a pull reques
49
49
50
50
## Contributors
51
51
52
+ ### Core Team
53
+
54
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
55
+ <!-- prettier-ignore-start -->
56
+ <!-- markdownlint-disable -->
57
+ <table >
58
+ <tr >
59
+ <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>
60
+ <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>
61
+ <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>
62
+ <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>
63
+ <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>
64
+ <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>
65
+ </tr >
66
+ </table >
67
+
68
+ <!-- markdownlint-enable -->
69
+ <!-- prettier-ignore-end -->
70
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
71
+
52
72
### Code Contributors
53
73
54
74
This project exists thanks to all the people who contribute. [[ Contribute] ( CONTRIBUTING.md )] .
0 commit comments