Skip to content

Commit

Permalink
Merge pull request #4 from quarkiverse/all-contributors/add-sboeckelmann
Browse files Browse the repository at this point in the history
docs: add sboeckelmann as a contributor for code
  • Loading branch information
loicmathieu authored Dec 28, 2022
2 parents 1371e96 + 7e91213 commit e629393
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "sboeckelmann",
"name": "sboeckelmann",
"avatar_url": "https://avatars.githubusercontent.com/u/20949582?v=4",
"profile": "https://github.com/sboeckelmann",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "quarkus-opensearch",
"projectOwner": "quarkiverse"
}
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Quarkiverse - Quarkus OpenSearch
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Build](https://github.com/quarkiverse/quarkus-opensearch/workflows/Build/badge.svg)](https://github.com/quarkiverse/quarkus-opensearch/actions?query=workflow%3ABuild)
Expand All @@ -13,6 +16,21 @@ Contributions are always welcome, but better create an issue to discuss them pri
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="https://github.com/sboeckelmann"><img src="https://avatars.githubusercontent.com/u/20949582?v=4?s=100" width="100px;" alt="sboeckelmann"/><br /><sub><b>sboeckelmann</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-opensearch/commits?author=sboeckelmann" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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

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

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand Down

0 comments on commit e629393

Please sign in to comment.