Skip to content

Commit

Permalink
Merge pull request #3 from quarkiverse/all-contributors/add-vietk
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Mar 10, 2021
2 parents 609e9be + d126890 commit 51485d4
Show file tree
Hide file tree
Showing 2 changed files with 48 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,
"contributors": [
{
"login": "vietk",
"name": "vietk",
"avatar_url": "https://avatars.githubusercontent.com/u/1568850?v=4",
"profile": "https://github.com/vietk",
"contributions": [
"code",
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "quarkus-splunk",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Welcome to Quarkiverse!
<!-- 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 -->

Congratulations and thank you for creating a new Quarkus extension project in Quarkiverse!

Expand Down Expand Up @@ -29,3 +32,23 @@ The documentation for this extension should be maintained as part of this reposi
The layout should follow the [Antora's Standard File and Directory Set](https://docs.antora.org/antora/2.3/standard-directories/).

Once the docs are ready to be published, please open a PR including this repository in the [Quarkiverse Docs Antora playbook](https://github.com/quarkiverse/quarkiverse-docs/blob/master/antora-playbook.yml#L7). See an example [here](https://github.com/quarkiverse/quarkiverse-docs/pull/1).

## 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>
<tr>
<td align="center"><a href="https://github.com/vietk"><img src="https://avatars.githubusercontent.com/u/1568850?v=4?s=100" width="100px;" alt=""/><br /><sub><b>vietk</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-splunk/commits?author=vietk" title="Code">💻</a> <a href="#maintenance-vietk" title="Maintenance">🚧</a></td>
</tr>
</table>

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

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

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 51485d4

Please sign in to comment.