Skip to content

Commit

Permalink
add new contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Dec 19, 2023
1 parent c7b319f commit 1e80365
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,36 @@ Thanks go to these wonderful people:
Aodhan Hamilton
</a>
</td>
<td align="center" valign="top" width="14.28%">
<a href="https://github.com/finnbayer">
<img src="https://avatars.githubusercontent.com/u/115630860?v=4" width="100px;" alt="finnbayer"/>
<br />
Finn Bayer
</a>
</td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%">
<a href="https://github.com/todevmilen">
<img src="https://avatars.githubusercontent.com/u/78319110?v=4" width="100px;" alt="todevmilen"/>
<br />
Milen Todev
</a>
</td>
<td align="center" valign="top" width="14.28%">
<a href="https://github.com/gialencar">
<img src="https://avatars.githubusercontent.com/u/11895696?v=4" width="100px;" alt="gialencar"/>
<br />
Gilson Alencar
</a>
</td>
<td align="center" valign="top" width="14.28%">
<a href="https://github.com/Joehoel">
<img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100px;" alt="joehoel"/>
<br />
Joël Kuijper
</a>
</td>
</tr>
</tbody>
</table>
Expand Down
24 changes: 24 additions & 0 deletions www/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,30 @@ export const CONTRIBUTORS = [
avatar_url: "https://avatars.githubusercontent.com/u/69143973?v=4",
html_url: "https://github.com/MVAodhan",
},
{
login: "finnbayer",
id: 115630860,
avatar_url: "https://avatars.githubusercontent.com/u/115630860?v=4",
html_url: "https://github.com/finnbayer",
},
{
login: "todevmilen",
id: 78319110,
avatar_url: "https://avatars.githubusercontent.com/u/78319110?v=4",
html_url: "https://github.com/todevmilen",
},
{
login: "gialencar",
id: 11895696,
avatar_url: "https://avatars.githubusercontent.com/u/11895696?v=4",
html_url: "https://github.com/gialencar",
},
{
login: "joehoel",
id: 31251240,
avatar_url: "https://avatars.githubusercontent.com/u/31251240?v=4",
html_url: "https://github.com/Joehoel",
},
];

export const AUTHORS = [
Expand Down

1 comment on commit 1e80365

@vercel
Copy link

@vercel vercel bot commented on 1e80365 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.