From 80ab0fbb9447d34a41c05c3d423db9aa48173636 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:52:32 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 18b2eba7f..ddefd196a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Java Spring template for the [AsyncAPI Generator](https://github.com/asyncapi/ge --- [![License](https://img.shields.io/github/license/asyncapi/java-spring-template)](https://github.com/asyncapi/java-spring-template/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@asyncapi/java-spring-template?style=flat-square)](https://www.npmjs.com/package/@asyncapi/java-spring-template) -[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) + ![downloads](https://img.shields.io/npm/dm/@asyncapi/java-spring-template?style=flat-square) --- @@ -166,15 +167,20 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - - + + + + + + + + + + + + + +

Semen

🚧📖 💻🐛👀⚠️

Francesco Nobilia

👀

Lukasz Gornicki

👀

Amrut Prabhu

💻

Vaishnavi Nandakumar

💻

taotao100

🐛 -

Jacopo Biscella

🐛 -
Semen
Semen

🚧 📖 💻 🐛 👀 ⚠️
Francesco Nobilia
Francesco Nobilia

👀
Lukasz Gornicki
Lukasz Gornicki

👀
Amrut Prabhu
Amrut Prabhu

💻
Vaishnavi Nandakumar
Vaishnavi Nandakumar

💻
taotao100
taotao100

🐛
Jacopo Biscella
Jacopo Biscella

🐛
Malte Otten
Malte Otten

💻
From cb21dde1616e6f1bc2f6f558527bbfb3d10e2587 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:52:33 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 929b7eedd..8f5fd6270 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -72,6 +72,15 @@ "contributions": [ "bug" ] + }, + { + "login": "maltesmann", + "name": "Malte Otten", + "avatar_url": "https://avatars.githubusercontent.com/u/42797596?v=4", + "profile": "https://github.com/maltesmann", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, @@ -79,5 +88,7 @@ "projectOwner": "asyncapi", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": true, + "commitType": "docs", + "commitConvention": "angular" }