Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d28d2e4

Browse files
authored
Merge pull request #127 from swarmion/all-contributors/add-ThomasAribart
docs: add ThomasAribart as a contributor for doc
2 parents 5b55faf + 65a235d commit d28d2e4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
"contributions": [
7272
"code"
7373
]
74+
},
75+
{
76+
"login": "ThomasAribart",
77+
"name": "Thomas Aribart",
78+
"avatar_url": "https://avatars.githubusercontent.com/u/38014240?v=4",
79+
"profile": "https://github.com/ThomasAribart",
80+
"contributions": [
81+
"doc"
82+
]
7483
}
7584
],
7685
"contributorsPerLine": 7,

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Serverless Monorepo Microservices Template
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

77
This template aims to define an opinionated clean Serverless monorepo microservices architecture.
@@ -82,6 +82,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8282
<td align="center"><a href="https://github.com/GuillaumeLagrange"><img src="https://avatars.githubusercontent.com/u/19265358?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Guillaume Lagrange</b></sub></a><br /><a href="https://github.com/swarmion/template/commits?author=GuillaumeLagrange" title="Code">💻</a></td>
8383
<td align="center"><a href="https://github.com/pmilliotte"><img src="https://avatars.githubusercontent.com/u/39985796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Pierre Milliotte</b></sub></a><br /><a href="https://github.com/swarmion/template/commits?author=pmilliotte" title="Code">💻</a></td>
8484
</tr>
85+
<tr>
86+
<td align="center"><a href="https://github.com/ThomasAribart"><img src="https://avatars.githubusercontent.com/u/38014240?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Thomas Aribart</b></sub></a><br /><a href="https://github.com/swarmion/template/commits?author=ThomasAribart" title="Documentation">📖</a></td>
87+
</tr>
8588
</table>
8689

8790
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)