Skip to content

Commit

Permalink
docs: add aiden-petersen as a contributor for code, maintenance, and …
Browse files Browse the repository at this point in the history
…ideas (#185)

* 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 Feb 3, 2025
1 parent 213f085 commit c7941ee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
{
"projectName": "react-native-mlkit",
"projectOwner": "infinitered"
"projectOwner": "infinitered",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "aiden-petersen",
"name": "Aiden Petersen",
"avatar_url": "https://avatars.githubusercontent.com/u/11483212?v=4",
"profile": "https://github.com/aiden-petersen",
"contributions": [
"code",
"maintenance",
"ideas"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ Running `yarn build` inside of an expo module workspace will start watch mode fo
<!-- 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://github.com/aiden-petersen"><img src="https://avatars.githubusercontent.com/u/11483212?v=4?s=100" width="100px;" alt="Aiden Petersen"/><br /><sub><b>Aiden Petersen</b></sub></a><br /><a href="#code-aiden-petersen" title="Code">💻</a> <a href="#maintenance-aiden-petersen" title="Maintenance">🚧</a> <a href="#ideas-aiden-petersen" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</tbody>
</table>

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

0 comments on commit c7941ee

Please sign in to comment.