Skip to content

Commit

Permalink
docs: add xjarvik as a contributor for code (#815)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Dec 10, 2024
1 parent 306c39e commit 401cef9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,15 @@
"bug",
"doc"
]
},
{
"login": "xjarvik",
"name": "xjarvik",
"avatar_url": "https://avatars.githubusercontent.com/u/54638086?v=4",
"profile": "https://github.com/xjarvik",
"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 @@ -11,7 +11,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with [npm](https://docs.npmjs.com/) : [React](https://react.dev/learn), [Angular](https://angular.dev/overview), [Vue](https://vuejs.org/guide/introduction.html), [Lit](https://lit.dev/), [Svelte](https://svelte.dev/docs/introduction), [Astro](https://docs.astro.build/en/getting-started/), [SolidJS](https://www.solidjs.com/guides/getting-started) …) alongside [Quarkus](https://quarkus.io/). It is possible to use it with a Quarkus backend in a single project.
Expand Down Expand Up @@ -129,6 +129,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://developers.redhat.com/author/eric-deandrea"><img src="https://avatars.githubusercontent.com/u/363447?v=4?s=100" width="100px;" alt="Eric Deandrea"/><br /><sub><b>Eric Deandrea</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/issues?q=author%3Aedeandrea" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alex-kovalenko1982"><img src="https://avatars.githubusercontent.com/u/69167029?v=4?s=100" width="100px;" alt="Alex Kovalenko"/><br /><sub><b>Alex Kovalenko</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=alex-kovalenko1982" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zZHorizonZz"><img src="https://avatars.githubusercontent.com/u/60035933?v=4?s=100" width="100px;" alt="Daniel Fiala"/><br /><sub><b>Daniel Fiala</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=zZHorizonZz" title="Code">💻</a> <a href="https://github.com/quarkiverse/quarkus-quinoa/issues?q=author%3AzZHorizonZz" title="Bug reports">🐛</a> <a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=zZHorizonZz" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xjarvik"><img src="https://avatars.githubusercontent.com/u/54638086?v=4?s=100" width="100px;" alt="xjarvik"/><br /><sub><b>xjarvik</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=xjarvik" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 401cef9

Please sign in to comment.