Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2829355

Browse files
docs: add nartc as a contributor for code, and doc (#37)
* 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 b8a9957 commit 2829355

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

β€Ž.all-contributorsrc

+10
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@
6868
"contributions": [
6969
"code"
7070
]
71+
},
72+
{
73+
"login": "nartc",
74+
"name": "Chau Tran",
75+
"avatar_url": "https://avatars.githubusercontent.com/u/25516557?v=4",
76+
"profile": "https://nartc.me",
77+
"contributions": [
78+
"code",
79+
"doc"
80+
]
7181
}
7282
],
7383
"contributorsPerLine": 7,

β€ŽREADME.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Angular Snippets
22

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

77
A website to find and share code snippets for Angular.
@@ -81,6 +81,9 @@ pnpm preview
8181
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wasylb"><img src="https://avatars.githubusercontent.com/u/43531815?v=4?s=100" width="100px;" alt="Bartosz Wasilew"/><br /><sub><b>Bartosz Wasilew</b></sub></a><br /><a href="https://github.com/santoshyadavdev/angular-snippets/commits?author=wasylb" title="Documentation">πŸ“–</a></td>
8282
<td align="center" valign="top" width="14.28%"><a href="https://goetzrobin.github.io"><img src="https://avatars.githubusercontent.com/u/35136007?v=4?s=100" width="100px;" alt="Robin Goetz"/><br /><sub><b>Robin Goetz</b></sub></a><br /><a href="https://github.com/santoshyadavdev/angular-snippets/commits?author=goetzrobin" title="Code">πŸ’»</a></td>
8383
</tr>
84+
<tr>
85+
<td align="center" valign="top" width="14.28%"><a href="https://nartc.me"><img src="https://avatars.githubusercontent.com/u/25516557?v=4?s=100" width="100px;" alt="Chau Tran"/><br /><sub><b>Chau Tran</b></sub></a><br /><a href="https://github.com/santoshyadavdev/angular-snippets/commits?author=nartc" title="Code">πŸ’»</a> <a href="https://github.com/santoshyadavdev/angular-snippets/commits?author=nartc" title="Documentation">πŸ“–</a></td>
86+
</tr>
8487
</tbody>
8588
</table>
8689

0 commit comments

Comments
Β (0)