From a6a3b54e160111279ac37f750874912dc4dfc97a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 10 Feb 2025 19:15:51 +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 b561dba..3837abf 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,13 @@ This repository contains FrontChapter`s website source code.
+
From 14db18cc331ce1f3d4547f41c16a8ea51b344127 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 10 Feb 2025 19:15:52 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 4f62af1..ead7641 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,4 +1,25 @@
{
- "projectName": "",
- "projectOwner": ""
-}
\ No newline at end of file
+ "projectName": "NextJS",
+ "projectOwner": "frontChapter",
+ "files": [
+ "README.md"
+ ],
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributorsPerLine": 7,
+ "contributors": [
+ {
+ "login": "AmirHosseinKarimi",
+ "name": "Amir Hossein Karimi",
+ "avatar_url": "https://avatars.githubusercontent.com/u/17345129?v=4",
+ "profile": "https://github.com/AmirHosseinKarimi",
+ "contributions": [
+ "projectManagement",
+ "infra",
+ "maintenance",
+ "mentoring",
+ "code"
+ ]
+ }
+ ]
+}