Skip to content

Commit

Permalink
docs: add miguelc1221 as a contributor for code, and infra (#9)
Browse files Browse the repository at this point in the history
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Jan 29, 2025
1 parent f1233f6 commit 59f44ae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"projectName": "govsky",
"projectOwner": "nas5w"
"projectOwner": "nas5w",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "miguelc1221",
"name": "Miguel Correa",
"avatar_url": "https://avatars.githubusercontent.com/u/11799597?v=4",
"profile": "https://miguelcorrea.dev",
"contributions": [
"code",
"infra"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ If you're here to suggest new countries or domains, thank you! The best way to g
<!-- 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://miguelcorrea.dev"><img src="https://avatars.githubusercontent.com/u/11799597?v=4?s=100" width="100px;" alt="Miguel Correa"/><br /><sub><b>Miguel Correa</b></sub></a><br /><a href="#code-miguelc1221" title="Code">💻</a> <a href="#infra-miguelc1221" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
</tr>
</tbody>
</table>

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

0 comments on commit 59f44ae

Please sign in to comment.