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" + ] + } + ] +}