Skip to content

Commit 10a99db

Browse files
docs: add Yuan-ZW as a contributor for bug (#140)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 4c50ac3 commit 10a99db

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
"doc",
7777
"code"
7878
]
79+
},
80+
{
81+
"login": "Yuan-ZW",
82+
"name": "Yuan-ZW",
83+
"avatar_url": "https://avatars.githubusercontent.com/u/31435244?v=4",
84+
"profile": "https://github.com/Yuan-ZW",
85+
"contributions": [
86+
"bug"
87+
]
7988
}
8089
],
8190
"contributorsPerLine": 7,

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ You can access related `mock` interfaces through `localhost:8080/`.
10621062
## Contributors
10631063

10641064
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
1065-
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
1065+
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
10661066
<!-- ALL-CONTRIBUTORS-BADGE:END -->
10671067

10681068
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -1079,6 +1079,9 @@ You can access related `mock` interfaces through `localhost:8080/`.
10791079
<td align="center" valign="top" width="14.28%"><a href="https://www.hlwen.com"><img src="https://avatars.githubusercontent.com/u/13469676?v=4?s=100" width="100px;" alt="hlwen"/><br /><sub><b>hlwen</b></sub></a><br /><a href="https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues?q=author%3Ahlwen" title="Bug reports">🐛</a> <a href="https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commits?author=hlwen" title="Code">💻</a></td>
10801080
<td align="center" valign="top" width="14.28%"><a href="https://github.com/weibangtuo"><img src="https://avatars.githubusercontent.com/u/4394281?v=4?s=100" width="100px;" alt="weibt"/><br /><sub><b>weibt</b></sub></a><br /><a href="https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commits?author=weibangtuo" title="Documentation">📖</a> <a href="https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commits?author=weibangtuo" title="Code">💻</a></td>
10811081
</tr>
1082+
<tr>
1083+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Yuan-ZW"><img src="https://avatars.githubusercontent.com/u/31435244?v=4?s=100" width="100px;" alt="Yuan-ZW"/><br /><sub><b>Yuan-ZW</b></sub></a><br /><a href="https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues?q=author%3AYuan-ZW" title="Bug reports">🐛</a></td>
1084+
</tr>
10821085
</tbody>
10831086
</table>
10841087

0 commit comments

Comments
 (0)