Skip to content

Commit 00922af

Browse files
committed
Update contributors
1 parent f6efc27 commit 00922af

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

.all-contributors.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,19 @@ 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+
<table>
7+
<tbody>
8+
<tr>
9+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ndpnt"><img src="https://avatars.githubusercontent.com/u/1098708?v=4?s=100" width="100px;" alt="Nicolas Dupont"/><br /><sub><b>Nicolas Dupont</b></sub></a><br /><a href="https://github.com/OpenTermsArchive/deployment/commits?author=Ndpnt" title="Code">💻</a> <a href="https://github.com/OpenTermsArchive/deployment/commits?author=Ndpnt" title="Documentation">📖</a></td>
10+
<td align="center" valign="top" width="14.28%"><a href="https://mattischneider.fr/"><img src="https://avatars.githubusercontent.com/u/222463?v=4?s=100" width="100px;" alt="Matti Schneider"/><br /><sub><b>Matti Schneider</b></sub></a><br /><a href="https://github.com/OpenTermsArchive/deployment/commits?author=MattiSG" title="Code">💻</a> <a href="https://github.com/OpenTermsArchive/deployment/commits?author=MattiSG" title="Documentation">📖</a></td>
11+
<td align="center" valign="top" width="14.28%"><a href="http://bit.ly/work-with-martin"><img src="https://avatars.githubusercontent.com/u/4191809?v=4?s=100" width="100px;" alt="Martin Ratinaud. Freelancer."/><br /><sub><b>Martin Ratinaud. Freelancer.</b></sub></a><br /><a href="https://github.com/OpenTermsArchive/deployment/commits?author=martinratinaud" title="Code">💻</a> <a href="https://github.com/OpenTermsArchive/deployment/commits?author=martinratinaud" title="Documentation">📖</a></td>
12+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Harshil-Jani"><img src="https://avatars.githubusercontent.com/u/79367883?v=4?s=100" width="100px;" alt="Harshil Jani"/><br /><sub><b>Harshil Jani</b></sub></a><br /><a href="https://github.com/OpenTermsArchive/deployment/commits?author=Harshil-Jani" title="Code">💻</a> <a href="https://github.com/OpenTermsArchive/deployment/commits?author=Harshil-Jani" title="Documentation">📖</a></td>
13+
<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="https://github.com/OpenTermsArchive/deployment/commits?author=clementbiron" title="Documentation">📖</a></td>
14+
</tr>
15+
</tbody>
16+
</table>
17+
18+
<!-- markdownlint-restore -->
619
<!-- prettier-ignore-end -->
20+
721
<!-- ALL-CONTRIBUTORS-LIST:END -->

.all-contributorsrc

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,57 @@
44
"files": [
55
".all-contributors.md"
66
],
7-
"contributors": [],
7+
"contributors": [
8+
{
9+
"login": "Ndpnt",
10+
"name": "Nicolas Dupont",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/1098708?v=4",
12+
"profile": "https://github.com/Ndpnt",
13+
"contributions": [
14+
"code",
15+
"doc"
16+
]
17+
},
18+
{
19+
"login": "MattiSG",
20+
"name": "Matti Schneider",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/222463?v=4",
22+
"profile": "https://mattischneider.fr/",
23+
"contributions": [
24+
"code",
25+
"doc"
26+
]
27+
},
28+
{
29+
"login": "martinratinaud",
30+
"name": "Martin Ratinaud. Freelancer.",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/4191809?v=4",
32+
"profile": "http://bit.ly/work-with-martin",
33+
"contributions": [
34+
"code",
35+
"doc"
36+
]
37+
},
38+
{
39+
"login": "Harshil-Jani",
40+
"name": "Harshil Jani",
41+
"avatar_url": "https://avatars.githubusercontent.com/u/79367883?v=4",
42+
"profile": "https://github.com/Harshil-Jani",
43+
"contributions": [
44+
"code",
45+
"doc"
46+
]
47+
},
48+
{
49+
"login": "clementbiron",
50+
"name": "Clément Biron",
51+
"avatar_url": "https://avatars.githubusercontent.com/u/364319?v=4",
52+
"profile": "https://clementbiron.com/",
53+
"contributions": [
54+
"doc"
55+
]
56+
}
57+
],
858
"repoType": "github",
959
"commitConvention": "none",
1060
"contributorsPerLine": 7

0 commit comments

Comments
 (0)