From 6ff2d2124e8decfdaa7a3d947b3c49d28f84eee3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:49:43 +0000 Subject: [PATCH] docs: update .all-contributorsrc --- .all-contributorsrc | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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" + ] + } + ] +}