Skip to content

Commit

Permalink
chore: add contributors from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Jan 14, 2025
1 parent 401f8c3 commit f19654e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .all-contributorsrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "pyphilia",
"name": "Kim Lan Phan Hoang",
"avatar_url": "https://avatars.githubusercontent.com/u/11229627?v=4",
"profile": "https://www.linkedin.com/in/kim-lan-phan-hoang-a457bb130",
"contributions": ["code"]
},
{
"login": "dialexo",
"name": "Alexandre Chau",
"avatar_url": "https://avatars.githubusercontent.com/u/14943421?v=4",
"profile": "https://www.linkedin.com/in/chau-alexandre/",
"contributions": ["code"]
},
{
"login": "spaenleh",
"name": "Basile Spaenlehauer",
"avatar_url": "https://avatars.githubusercontent.com/u/39373170?v=4",
"profile": "https://github.com/spaenleh",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "client",
"projectOwner": "graasp"
}
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,23 @@ VITE_SHOW_NOTIFICATIONS=true
VITE_GRAASP_ANALYZER_HOST=http://localhost:3005

```

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/kim-lan-phan-hoang-a457bb130"><img src="https://avatars.githubusercontent.com/u/11229627?v=4?s=100" width="100px;" alt="Kim Lan Phan Hoang"/><br /><sub><b>Kim Lan Phan Hoang</b></sub></a><br /><a href="https://github.com/graasp/graasp-builder/commits?author=pyphilia" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/chau-alexandre/"><img src="https://avatars.githubusercontent.com/u/14943421?v=4?s=100" width="100px;" alt="Alexandre Chau"/><br /><sub><b>Alexandre Chau</b></sub></a><br /><a href="https://github.com/graasp/graasp-builder/commits?author=dialexo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/spaenleh"><img src="https://avatars.githubusercontent.com/u/39373170?v=4?s=100" width="100px;" alt="Basile Spaenlehauer"/><br /><sub><b>Basile Spaenlehauer</b></sub></a><br /><a href="https://github.com/graasp/graasp-builder/commits?author=spaenleh" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit f19654e

Please sign in to comment.