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

docs: add patricgruber as a contributor for code, and doc #2801

Merged
merged 2 commits into from
Jun 9, 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
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@
"contributions": [
"code"
]
},
{
"login": "patricgruber",
"name": "Patric Gruber",
"avatar_url": "https://avatars.githubusercontent.com/u/12413072?v=4",
"profile": "https://github.com/patricgruber",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Thanks goes to these wonderful people
<td align="center" valign="top" width="14.28%"><a href="https://wtf.city"><img src="https://avatars.githubusercontent.com/u/10325355?v=4?s=100" width="100px;" alt="Dominik Szymański"/><br /><sub><b>Dominik Szymański</b></sub></a><br /><a href="https://github.com/ViewTube/viewtube/commits?author=chonsser" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://quentinfranchi.com"><img src="https://avatars.githubusercontent.com/u/11914315?v=4?s=100" width="100px;" alt="Quentin Franchi"/><br /><sub><b>Quentin Franchi</b></sub></a><br /><a href="https://github.com/ViewTube/viewtube/commits?author=nargacu83" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frozenduck"><img src="https://avatars.githubusercontent.com/u/63501031?v=4?s=100" width="100px;" alt="frozenduck"/><br /><sub><b>frozenduck</b></sub></a><br /><a href="https://github.com/ViewTube/viewtube/commits?author=frozenduck" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patricgruber"><img src="https://avatars.githubusercontent.com/u/12413072?v=4?s=100" width="100px;" alt="Patric Gruber"/><br /><sub><b>Patric Gruber</b></sub></a><br /><a href="https://github.com/ViewTube/viewtube/commits?author=patricgruber" title="Code">💻</a> <a href="https://github.com/ViewTube/viewtube/commits?author=patricgruber" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down