From 8f3d7f11cfbb8c83eab5012c9001d158659b27eb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:18:04 +0000 Subject: [PATCH] docs: update .all-contributorsrc --- .all-contributorsrc | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 57c8eea..89a4866 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "astro-rename", - "projectOwner": "RodrigoTomeES" -} \ No newline at end of file + "projectOwner": "RodrigoTomeES", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "jakebolam", + "name": "Jake Bolam", + "avatar_url": "https://avatars.githubusercontent.com/u/3534236?v=4", + "profile": "https://jakebolam.com", + "contributions": [ + "bug" + ] + } + ] +}