From 7558f8718c39e3a5ae7f094b82d58d0e86757a6d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 20:39:49 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 6d49e60..a3253ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Welcome to Quarkiverse! + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Congratulations and thank you for creating a new Quarkus extension project in Quarkiverse! @@ -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)): + + + + + + + + +

vietk

💻 🚧
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From d12689063ad64118c2fbcdc1ae09fa35c15d8a9f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 20:39:50 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..92e9961 --- /dev/null +++ b/.all-contributorsrc @@ -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 +}