Skip to content

Commit 428e4af

Browse files
authored
Update contributors (#50)
2 parents f6efc27 + 9d6f8d6 commit 428e4af

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-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"/><br /><sub><b>Martin Ratinaud</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: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,56 @@
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",
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+
]
46+
},
47+
{
48+
"login": "clementbiron",
49+
"name": "Clément Biron",
50+
"avatar_url": "https://avatars.githubusercontent.com/u/364319?v=4",
51+
"profile": "https://clementbiron.com/",
52+
"contributions": [
53+
"doc"
54+
]
55+
}
56+
],
857
"repoType": "github",
958
"commitConvention": "none",
1059
"contributorsPerLine": 7

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [no-release]
6+
7+
_Modifications made in this changeset do not add, remove or alter any behavior, dependency, API or functionality of the software. They only change non-functional parts of the repository, such as the README file or CI workflows._
8+
59
## Unreleased
610

711
## 2.0.2 - 2024-06-12

0 commit comments

Comments
 (0)