Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 33 additions & 8 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "MuNuChapterHKN",
"projectOwner": "HKrecruitment",
"projectName": "HKrecruitment",
"projectOwner": "MuNuChapterHKN",
"repoType": "github",
"commitConvention": "angular",
"contributorsPerLine": 9999,
Expand All @@ -13,35 +13,60 @@
"name": "Giuseppe Pascale",
"avatar_url": "https://avatars.githubusercontent.com/u/14334976?v=4",
"profile": "https://peppe.dev/",
"contributions": ["code", "ideas"]
"contributions": [
"code",
"ideas"
]
},
{
"login": "erdragone430",
"name": "Fabio Tommaselli",
"avatar_url": "https://avatars.githubusercontent.com/u/132825589?v=4",
"profile": "https://github.com/erdragone430",
"contributions": ["code", "ideas"]
"contributions": [
"code",
"ideas"
]
},
{
"login": "cristiansap",
"name": "Cristian Sapia",
"avatar_url": "https://avatars.githubusercontent.com/u/152631767?v=4",
"profile": "https://github.com/cristiansap",
"contributions": ["code"]
"contributions": [
"code"
]
},
{
"login": "pippotadde",
"name": "Filippo Taddei",
"avatar_url": "https://avatars.githubusercontent.com/u/199654936?v=4",
"profile": "https://github.com/pippotadde",
"contributions": ["code"]
"contributions": [
"code"
]
},
{
"login": "LucaScibetta",
"name": "Luca",
"avatar_url": "https://avatars.githubusercontent.com/u/100673348?v=4",
"profile": "https://github.com/LucaScibetta",
"contributions": ["code"]
"contributions": [
"code"
]
},
{
"login": "StefanoFalco",
"name": "Stefano Falco",
"avatar_url": "https://avatars.githubusercontent.com/u/185826235?v=4",
"profile": "https://www.linkedin.com/in/stefano-falco-763783334",
"contributions": [
"code"
]
}
]
],
"files": [
"README.md"
],
"commitType": "docs"
}
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@ For approved contributors, check out the contributing guidelines in [CONTRIBUTIN
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<div style="display: flex; flex-wrap: wrap; gap: 10px;">
<td align="center" valign="top" width="0.01%"><a href="https://peppe.dev/"><img src="https://avatars.githubusercontent.com/u/14334976?v=4" width="75px;" alt="" /></a></td>
<table>
<tbody>
<tr>
<td align="center" valign="top" width="0.01%"><a href="https://peppe.dev/"><img src="https://avatars.githubusercontent.com/u/14334976?v=4" width="75px;" alt="" /></a></td>
<td align="center" valign="top" width="0.01%"><a href="https://github.com/erdragone430"><img src="https://avatars.githubusercontent.com/u/132825589?v=4" width="75px;" alt="" /></a></td>
<td align="center" valign="top" width="0.01%"><a href="https://github.com/cristiansap"><img src="https://avatars.githubusercontent.com/u/152631767?v=4" width="75px;" alt="" /></a></td>
<td align="center" valign="top" width="0.01%"><a href="https://github.com/pippotadde"><img src="https://avatars.githubusercontent.com/u/199654936?v=4" width="75px;" alt="" /></a></td>
<td align="center" valign="top" width="0.01%"><a href="https://github.com/LucaScibetta"><img src="https://avatars.githubusercontent.com/u/100673348?v=4" width="75px;" alt="" /></a></td>
</div>
<td align="center" valign="top" width="0.01%"><a href="https://www.linkedin.com/in/stefano-falco-763783334"><img src="https://avatars.githubusercontent.com/u/185826235?v=4" width="75px;" alt="" /></a></td>
</tr>
</tbody>
</table>

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