Skip to content

Commit e52b498

Browse files
authoredNov 23, 2022
docs: add c00ler as a contributor for code (#39)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 7166200 commit e52b498

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed
 

‎.all-contributorsrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,22 @@
2323
"contributions": [
2424
"doc"
2525
]
26+
},
27+
{
28+
"login": "c00ler",
29+
"name": "Alexey Venderov",
30+
"avatar_url": "https://avatars.githubusercontent.com/u/1210272?v=4",
31+
"profile": "https://github.com/c00ler",
32+
"contributions": [
33+
"code"
34+
]
2635
}
2736
],
2837
"contributorsPerLine": 7,
2938
"projectName": "dotenv-java",
3039
"projectOwner": "cdimascio",
3140
"repoType": "github",
3241
"repoHost": "https://github.com",
33-
"skipCi": true
42+
"skipCi": true,
43+
"commitConvention": "angular"
3444
}

‎README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
276276
<!-- prettier-ignore-start -->
277277
<!-- markdownlint-disable -->
278278
<table>
279-
<tr>
280-
<td align="center"><a href="https://github.com/Mooninaut"><img src="https://avatars.githubusercontent.com/u/1463364?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Clement Cherlin</b></sub></a><br /><a href="https://github.com/cdimascio/dotenv-java/commits?author=Mooninaut" title="Code">💻</a> <a href="https://github.com/cdimascio/dotenv-java/commits?author=Mooninaut" title="Tests">⚠️</a></td>
281-
<td align="center"><a href="https://github.com/alexbraga"><img src="https://avatars.githubusercontent.com/u/61568124?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alex Braga</b></sub></a><br /><a href="https://github.com/cdimascio/dotenv-java/commits?author=alexbraga" title="Documentation">📖</a></td>
282-
</tr>
279+
<tbody>
280+
<tr>
281+
<td align="center"><a href="https://github.com/Mooninaut"><img src="https://avatars.githubusercontent.com/u/1463364?v=4?s=100" width="100px;" alt="Clement Cherlin"/><br /><sub><b>Clement Cherlin</b></sub></a><br /><a href="https://github.com/cdimascio/dotenv-java/commits?author=Mooninaut" title="Code">💻</a> <a href="https://github.com/cdimascio/dotenv-java/commits?author=Mooninaut" title="Tests">⚠️</a></td>
282+
<td align="center"><a href="https://github.com/alexbraga"><img src="https://avatars.githubusercontent.com/u/61568124?v=4?s=100" width="100px;" alt="Alex Braga"/><br /><sub><b>Alex Braga</b></sub></a><br /><a href="https://github.com/cdimascio/dotenv-java/commits?author=alexbraga" title="Documentation">📖</a></td>
283+
<td align="center"><a href="https://github.com/c00ler"><img src="https://avatars.githubusercontent.com/u/1210272?v=4?s=100" width="100px;" alt="Alexey Venderov"/><br /><sub><b>Alexey Venderov</b></sub></a><br /><a href="https://github.com/cdimascio/dotenv-java/commits?author=c00ler" title="Code">💻</a></td>
284+
</tr>
285+
</tbody>
283286
</table>
284287

285288
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)
Please sign in to comment.