Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add redddcyclone as a contributor for test #152

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
"ideas",
"infra"
]
},
{
"login": "redddcyclone",
"name": "Leonardo Bernardes",
"avatar_url": "https://avatars.githubusercontent.com/u/58712628?v=4",
"profile": "https://github.com/redddcyclone",
"contributions": [
"test"
]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/doc
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kauanmocelin"><img src="https://avatars.githubusercontent.com/u/3020794?v=4?s=100" width="100px;" alt="Kauan Mocelin"/><br /><sub><b>Kauan Mocelin</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jasperreports/issues?q=author%3Akauanmocelin" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nderwin"><img src="https://avatars.githubusercontent.com/u/3226831?v=4?s=100" width="100px;" alt="Nathan Erwin"/><br /><sub><b>Nathan Erwin</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jasperreports/commits?author=nderwin" title="Documentation">📖</a> <a href="https://github.com/quarkiverse/quarkus-jasperreports/commits?author=nderwin" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://gastaldi.wordpress.com"><img src="https://avatars.githubusercontent.com/u/54133?v=4?s=100" width="100px;" alt="George Gastaldi"/><br /><sub><b>George Gastaldi</b></sub></a><br /><a href="#ideas-gastaldi" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-gastaldi" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/redddcyclone"><img src="https://avatars.githubusercontent.com/u/58712628?v=4?s=100" width="100px;" alt="Leonardo Bernardes"/><br /><sub><b>Leonardo Bernardes</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jasperreports/commits?author=redddcyclone" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>
Expand Down