From 08a32473e365aaabe9b3d47ff352574839560a7c Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 14 Nov 2023 09:13:34 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f02a086..c104415 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Pavan Jadhaw 🤔 |
MaDDogx 💻 ⚠️ |
Pratham 💻 |
+ Nisarga Adhikary 💻 |
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 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 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"
}