Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ciruz as a contributor for code #326

Merged
merged 3 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,17 @@
"contributions": [
"code"
]
},
{
"login": "ciruz",
"name": "Tom",
"avatar_url": "https://avatars.githubusercontent.com/u/987947?v=4",
"profile": "https://www.floorz.at/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
"contributorsPerLine": 7,
"commitType": "docs"
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# use-shopping-cart
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![NPM](https://img.shields.io/npm/v/use-shopping-cart.svg?style=flat-square)](https://www.npmjs.com/package/use-shopping-cart)
Expand Down Expand Up @@ -66,8 +66,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://konnorrogers.com"><img src="https://avatars.githubusercontent.com/u/26425882?v=4?s=100" width="100px;" alt="Konnor Rogers"/><br /><sub><b>Konnor Rogers</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=KonnorRogers" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/larissapissurno"><img src="https://avatars.githubusercontent.com/u/8760873?v=4?s=100" width="100px;" alt="Larissa Pissurno"/><br /><sub><b>Larissa Pissurno</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=larissapissurno" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://github.com/lmac-1"><img src="https://avatars.githubusercontent.com/u/64803272?v=4?s=100" width="100px;" alt="Lucy Macartney"/><br /><sub><b>Lucy Macartney</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=lmac-1" title="Documentation">📖</a> <a href="https://codingwithlucy.hashnode.dev/build-a-shopping-cart-in-nextjs-with-use-shopping-cart-and-stripe" title="Content">🖋</a> <a href="#example-lmac-1" title="Examples">💡</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://github.com/lmac-1"><img src="https://avatars.githubusercontent.com/u/64803272?v=4?s=100" width="100px;" alt="Lucy Macartney"/><br /><sub><b>Lucy Macartney</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=lmac-1" title="Documentation">📖</a> <a href="#content-lmac-1" title="Content">🖋</a> <a href="#example-lmac-1" title="Examples">💡</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brendanmorrell"><img src="https://avatars.githubusercontent.com/u/14864397?v=4?s=100" width="100px;" alt="brendanmorrell"/><br /><sub><b>brendanmorrell</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=brendanmorrell" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.floorz.at/"><img src="https://avatars.githubusercontent.com/u/987947?v=4?s=100" width="100px;" alt="Tom"/><br /><sub><b>Tom</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=ciruz" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/welcome/contributors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://konnorrogers.com"><img src="https://avatars.githubusercontent.com/u/26425882?v=4?s=100" width="100px;" alt="Konnor Rogers"/><br /><sub><b>Konnor Rogers</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=KonnorRogers" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/larissapissurno"><img src="https://avatars.githubusercontent.com/u/8760873?v=4?s=100" width="100px;" alt="Larissa Pissurno"/><br /><sub><b>Larissa Pissurno</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=larissapissurno" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://github.com/lmac-1"><img src="https://avatars.githubusercontent.com/u/64803272?v=4?s=100" width="100px;" alt="Lucy Macartney"/><br /><sub><b>Lucy Macartney</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=lmac-1" title="Documentation">📖</a> <a href="https://codingwithlucy.hashnode.dev/build-a-shopping-cart-in-nextjs-with-use-shopping-cart-and-stripe" title="Content">🖋</a> <a href="#example-lmac-1" title="Examples">💡</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://github.com/lmac-1"><img src="https://avatars.githubusercontent.com/u/64803272?v=4?s=100" width="100px;" alt="Lucy Macartney"/><br /><sub><b>Lucy Macartney</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=lmac-1" title="Documentation">📖</a> <a href="#content-lmac-1" title="Content">🖋</a> <a href="#example-lmac-1" title="Examples">💡</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brendanmorrell"><img src="https://avatars.githubusercontent.com/u/14864397?v=4?s=100" width="100px;" alt="brendanmorrell"/><br /><sub><b>brendanmorrell</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=brendanmorrell" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.floorz.at/"><img src="https://avatars.githubusercontent.com/u/987947?v=4?s=100" width="100px;" alt="Tom"/><br /><sub><b>Tom</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=ciruz" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
Loading