From 3549398fabcdc15f8023b977c3bcb2b4a82352d8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:13:35 +0000 Subject: [PATCH] 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 2f08f83..c8631db 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -41,6 +41,15 @@ "contributions": [ "code" ] + }, + { + "login": "ni5arga", + "name": "Nisarga Adhikary", + "avatar_url": "https://avatars.githubusercontent.com/u/45588772?v=4", + "profile": "https://nisarga.me/", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, @@ -49,5 +58,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" }