From b193bd48f2ad26b010fb082948413c5fadd2df10 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:10:00 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d505af..86d8384 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,7 @@ See TypeScript definition file. ## Contributors ✨ - -[![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-4-orange.svg?style=flat-square)](#contributors-) @@ -64,6 +62,7 @@ See TypeScript definition file. Gentilhomme
Gentilhomme

💻 📖 👀 🛡️ 🐛 Maxime
Maxime

⚠️ Kouadio Fabrice Nguessan
Kouadio Fabrice Nguessan

🚧 + Kishore
Kishore

📖 From ed47e0c2e18c370da3adc477fa8d5070fc24d0ec Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:10:01 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4ab1030..eab265d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -35,6 +35,15 @@ "contributions": [ "maintenance" ] + }, + { + "login": "kishore881", + "name": "Kishore", + "avatar_url": "https://avatars.githubusercontent.com/u/49707819?v=4", + "profile": "https://github.com/kishore881", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, @@ -43,5 +52,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" }