From cd7e089d6dc9df2b9a658476b4bba66e920252c7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 14:55:23 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3ce051c..780b3ab 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,13 @@ KDM is built with: + + + + + + +
Yuvraj Sarathe
Yuvraj Sarathe

🚇
From 3fc172bba98b07ac190e94b25ed6d4fef2d30af5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 14:55:24 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0f2c956..0572764 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "kdm-cli", - "projectOwner": "KDM-cli" + "projectOwner": "KDM-cli", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "Yuvraj-Sarathe", + "name": "Yuvraj Sarathe", + "avatar_url": "https://avatars.githubusercontent.com/u/216678101?v=4", + "profile": "https://yuvraj-sarathe.github.io/Portfolio/", + "contributions": [ + "infra" + ] + } + ] }