Skip to content

Commit 9836256

Browse files
docs: add goetzrobin as a contributor for code (#36)
* 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 8067252 commit 9836256

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@
5959
"contributions": [
6060
"doc"
6161
]
62+
},
63+
{
64+
"login": "goetzrobin",
65+
"name": "Robin Goetz",
66+
"avatar_url": "https://avatars.githubusercontent.com/u/35136007?v=4",
67+
"profile": "https://goetzrobin.github.io",
68+
"contributions": [
69+
"code"
70+
]
6271
}
6372
],
6473
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Angular Snippets
22

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

97
A website to find and share code snippets for Angular.
@@ -81,6 +79,7 @@ pnpm preview
8179
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Nicoss54"><img src="https://avatars.githubusercontent.com/u/24563545?v=4?s=100" width="100px;" alt="Nicolas Frizzarin"/><br /><sub><b>Nicolas Frizzarin</b></sub></a><br /><a href="https://github.com/santoshyadavdev/angular-snippets/commits?author=Nicoss54" title="Documentation">📖</a></td>
8280
<td align="center" valign="top" width="14.28%"><a href="http://trellis.org"><img src="https://avatars.githubusercontent.com/u/9469090?v=4?s=100" width="100px;" alt="Jay Bell"/><br /><sub><b>Jay Bell</b></sub></a><br /><a href="https://github.com/santoshyadavdev/angular-snippets/commits?author=yharaskrik" title="Documentation">📖</a></td>
8381
<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>
82+
<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>
8483
</tr>
8584
</tbody>
8685
</table>

0 commit comments

Comments
 (0)