Skip to content

Commit 2db10e9

Browse files
Add clementbiron as a contributor for infra
#6
1 parent 3c73ead commit 2db10e9

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

.all-contributors.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ This file is required by [All Contributors](https://allcontributors.org/) to wor
33
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
44
<!-- prettier-ignore-start -->
55
<!-- markdownlint-disable -->
6-
6+
<table>
7+
<tbody>
8+
<tr>
9+
<td align="center" valign="top" width="14.28%"><a href="https://clementbiron.com"><img src="https://avatars.githubusercontent.com/u/364319?v=4?s=100" width="100px;" alt="Clément Biron"/><br /><sub><b>Clément Biron</b></sub></a><br /><a href="#infra-clementbiron" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
10+
</tr>
11+
</tbody>
12+
</table>
713

814
<!-- markdownlint-restore -->
915
<!-- prettier-ignore-end -->

.all-contributorsrc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@
44
"files": [
55
".all-contributors.md"
66
],
7-
"contributors": [],
7+
"contributors": [
8+
{
9+
"login": "clementbiron",
10+
"name": "Clément Biron",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/364319?v=4",
12+
"profile": "https://clementbiron.com",
13+
"contributions": [
14+
"infra"
15+
]
16+
}
17+
],
818
"repoType": "github",
919
"commitConvention": "none",
10-
"contributorsPerLine": 7
20+
"contributorsPerLine": 7,
21+
"commitType": "docs"
1122
}

0 commit comments

Comments
 (0)