Skip to content

Commit

Permalink
docs: add agriffis as a contributor for code (#176)
Browse files Browse the repository at this point in the history
* docs: update README.md

* docs: update .all-contributorsrc

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] and pre-commit-ci[bot] authored Jun 25, 2024
1 parent 76c7070 commit 8b13ae2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
"avatar_url": "https://avatars.githubusercontent.com/u/30885216?v=4",
"profile": "https://github.com/wenjinnn",
"contributions": ["code"]
},
{
"login": "agriffis",
"name": "Aron Griffis",
"avatar_url": "https://avatars.githubusercontent.com/u/50637?v=4",
"profile": "https://arongriffis.com",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Expand Down Expand Up @@ -354,6 +354,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wenjinnn"><img src="https://avatars.githubusercontent.com/u/30885216?v=4?s=100" width="100px;" alt="wenjin"/><br /><sub><b>wenjin</b></sub></a><br /><a href="https://github.com/jellydn/hurl.nvim/commits?author=wenjinnn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arongriffis.com"><img src="https://avatars.githubusercontent.com/u/50637?v=4?s=100" width="100px;" alt="Aron Griffis"/><br /><sub><b>Aron Griffis</b></sub></a><br /><a href="https://github.com/jellydn/hurl.nvim/commits?author=agriffis" title="Code">💻</a></td>
</tr>
</tbody>
<tfoot>
Expand Down

0 comments on commit 8b13ae2

Please sign in to comment.