Skip to content

docs: add d-v-b as a contributor for review #50

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

Merged
merged 2 commits into from
Feb 28, 2024
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 @@ -63,12 +63,22 @@
"contributions": [
"review"
]
},
{
"login": "d-v-b",
"name": "Davis Bennett",
"avatar_url": "https://avatars.githubusercontent.com/u/3805136?v=4",
"profile": "https://github.com/d-v-b",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "blog",
"projectOwner": "zarr-developers"
"projectOwner": "zarr-developers",
"commitType": "docs"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zarr Official Blog
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

## Welcome to Zarr Official Blog! 🚀
Expand Down Expand Up @@ -63,6 +63,7 @@ Thanks to all these people for contributing. ([emoji-key](https://allcontributor
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jakirkham"><img src="https://avatars.githubusercontent.com/u/3019665?v=4?s=100" width="100px;" alt="jakirkham"/><br /><sub><b>jakirkham</b></sub></a><br /><a href="#maintenance-jakirkham" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://normanrz.com/"><img src="https://avatars.githubusercontent.com/u/335438?v=4?s=100" width="100px;" alt="Norman Rzepka"/><br /><sub><b>Norman Rzepka</b></sub></a><br /><a href="https://github.com/zarr-developers/blog/pulls?q=is%3Apr+reviewed-by%3Anormanrz" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.glencoesoftware.com/"><img src="https://avatars.githubusercontent.com/u/487082?v=4?s=100" width="100px;" alt="Chris Allan"/><br /><sub><b>Chris Allan</b></sub></a><br /><a href="https://github.com/zarr-developers/blog/pulls?q=is%3Apr+reviewed-by%3Achris-allan" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/d-v-b"><img src="https://avatars.githubusercontent.com/u/3805136?v=4?s=100" width="100px;" alt="Davis Bennett"/><br /><sub><b>Davis Bennett</b></sub></a><br /><a href="https://github.com/zarr-developers/blog/pulls?q=is%3Apr+reviewed-by%3Ad-v-b" title="Reviewed Pull Requests">👀</a></td>
</tr>
</tbody>
</table>
Expand Down