Skip to content

Commit 010d925

Browse files
committed
Merge branch 'all-contributors/add-ciaochaos'
1 parent 19cdc3b commit 010d925

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

.all-contributorsrc

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
"projectOwner": "latent-cat",
44
"repoType": "github",
55
"repoHost": "https://github.com",
6-
"files": ["README.md", "src/components/Contributors.mdx"],
7-
"contributors": []
8-
}
6+
"files": [
7+
"README.md",
8+
"src/components/Contributors.mdx"
9+
],
10+
"contributors": [
11+
{
12+
"login": "ciaochaos",
13+
"name": "倪豪",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/55932704?v=4",
15+
"profile": "https://troyni.com",
16+
"contributions": [
17+
"example"
18+
]
19+
}
20+
],
21+
"commitType": "docs",
22+
"commitConvention": "angular",
23+
"contributorsPerLine": 7
24+
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Finally, open [http://localhost:3000](http://localhost:3000) in your browser to
2323
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2424
<!-- prettier-ignore-start -->
2525
<!-- markdownlint-disable -->
26+
<table>
27+
<tbody>
28+
<tr>
29+
<td align="center" valign="top" width="14.28%"><a href="https://troyni.com"><img src="https://avatars.githubusercontent.com/u/55932704?v=4?s=100" width="100px;" alt="倪豪"/><br /><sub><b>倪豪</b></sub></a><br /><a href="#example-ciaochaos" title="Examples">💡</a></td>
30+
</tr>
31+
</tbody>
32+
</table>
2633

2734
<!-- markdownlint-restore -->
2835
<!-- prettier-ignore-end -->

src/components/Contributors.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
33
<!-- prettier-ignore-start -->
44
<!-- markdownlint-disable -->
5+
<table>
6+
<tbody>
7+
<tr>
8+
<td align="center" valign="top" width="14.28%"><a href="https://troyni.com"><img src="https://avatars.githubusercontent.com/u/55932704?v=4?s=100" width="100px;" alt="倪豪"/><br /><sub><b>倪豪</b></sub></a><br /><a href="#example-ciaochaos" title="Examples">💡</a></td>
9+
</tr>
10+
</tbody>
11+
</table>
512

613
<!-- markdownlint-restore -->
714
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)