Skip to content

Commit

Permalink
docs: add lucaspar as a contributor for doc (#32)
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 Dec 3, 2023
1 parent 1d7db65 commit 3c42199
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,25 @@
"contributions": [
"code",
"ideas"
]
]
},
{
"login": "antwxne",
"login": "antwxne",
"name": "Antoine D.",
"avatar_url": "https://avatars.githubusercontent.com/u/59999873?v=4",
"profile": "https://github.com/antwxne",
"contributions": [
"review"
]
},
{
"login": "lucaspar",
"name": "Lucas Parzianello",
"avatar_url": "https://avatars.githubusercontent.com/u/7535699?v=4",
"profile": "https://github.com/lucaspar",
"contributions": [
"doc"
]
}
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ Big thanks to @edouard-sn for the port to Python.
<td align="center" valign="top" width="14.28%"><a href="https://github.com/edouard-sn"><img src="https://avatars.githubusercontent.com/u/58398928?v=4?s=100" width="100px;" alt="Edouard SENGEISSEN"/><br /><sub><b>Edouard SENGEISSEN</b></sub></a><br /><a href="#code-edouard-sn" title="Code">💻</a> <a href="#ideas-edouard-sn" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-edouard-sn" title="Maintenance">🚧</a> <a href="#platform-edouard-sn" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/b-boehne"><img src="https://avatars.githubusercontent.com/u/53817118?v=4?s=100" width="100px;" alt="b-boehne"/><br /><sub><b>b-boehne</b></sub></a><br /><a href="#code-b-boehne" title="Code">💻</a> <a href="#ideas-b-boehne" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/antwxne"><img src="https://avatars.githubusercontent.com/u/59999873?v=4?s=100" width="100px;" alt="Antoine D."/><br /><sub><b>Antoine D.</b></sub></a><br /><a href="#review-antwxne" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lucaspar"><img src="https://avatars.githubusercontent.com/u/7535699?v=4?s=100" width="100px;" alt="Lucas Parzianello"/><br /><sub><b>Lucas Parzianello</b></sub></a><br /><a href="#doc-lucaspar" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 3c42199

Please sign in to comment.