From 70c164fe0b2a366e764fb53312e2746fecbaa16c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 07:39:12 +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 99deddb69..0dd9b6573 100755 --- a/README.md +++ b/README.md @@ -110,6 +110,13 @@ This boilerplate is made for creating chrome extensions using React and Typescri + + + + + + +
jon lepage
jon lepage

🐛
From 2f69299e85e68d2122cb32a2a70b5484b6382492 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 07:39:13 +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 0eb62923b..28ea10004 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "chrome-extension-boilerplate-react-vite", - "projectOwner": "Jonghakseo" + "projectOwner": "Jonghakseo", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "djmisterjon", + "name": "jon lepage", + "avatar_url": "https://avatars.githubusercontent.com/u/24865815?v=4", + "profile": "https://www.youtube.com/user/Learnbynet", + "contributions": [ + "bug" + ] + } + ] }