From 18bb56de19476f42edf815c63e503b5c27a580d9 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 17 Sep 2024 06:52:30 +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 b90b2dd..4290d7b 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,13 @@
+
From 73386f09fa5ba0a92fb47806caf5384c0d411ce8 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 17 Sep 2024 06:52:31 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index d6fe968..0313d39 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,4 +1,22 @@
{
"projectName": "all-lending-club-loan-data",
- "projectOwner": "aash1999"
-}
\ No newline at end of file
+ "projectOwner": "aash1999",
+ "files": [
+ "README.md"
+ ],
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributorsPerLine": 7,
+ "contributors": [
+ {
+ "login": "aash1999",
+ "name": "Aakash Singh",
+ "avatar_url": "https://avatars.githubusercontent.com/u/39939476?v=4",
+ "profile": "https://github.com/aash1999",
+ "contributions": [
+ "code",
+ "doc"
+ ]
+ }
+ ]
+}