diff --git a/.all-contributorsrc b/.all-contributorsrc index a98acae..93c4551 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,22 @@ { "projectName": "cli-surf", - "projectOwner": "ryansurf" -} \ No newline at end of file + "projectOwner": "ryansurf", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "ryansurf", + "name": "Ryan Frederich", + "avatar_url": "https://avatars.githubusercontent.com/u/94500732?v=4", + "profile": "https://ryansurf.github.io/", + "contributions": [ + "code", + "doc" + ] + } + ] +}