Skip to content

Commit

Permalink
docs: add grabbou as a contributor for code (#53)
Browse files Browse the repository at this point in the history
Adds @grabbou as a contributor for code.

This was requested by grabbou [in this
comment](#43 (comment))

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Dec 9, 2024
1 parent e36f133 commit b4e3d52
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"projectName": "ai-agent-framework",
"projectOwner": "callstackincubator"
"projectOwner": "callstackincubator",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "grabbou",
"name": "Mike",
"avatar_url": "https://avatars.githubusercontent.com/u/2464966?v=4",
"profile": "https://github.com/grabbou",
"contributions": [
"code"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,13 @@ This functional approach makes the framework particularly well-suited for buildi
<!-- 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/grabbou"><img src="https://avatars.githubusercontent.com/u/2464966?v=4?s=100" width="100px;" alt="Mike"/><br /><sub><b>Mike</b></sub></a><br /><a href="#code-grabbou" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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

0 comments on commit b4e3d52

Please sign in to comment.