From a0cc5d54e009b655a9281252e8b7fc05e76671e5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:33:27 +0000 Subject: [PATCH] docs: update .all-contributorsrc --- .all-contributorsrc | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b5f3673..b9bacac 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,24 @@ { "projectName": "clipea", - "projectOwner": "dave1010" -} \ No newline at end of file + "projectOwner": "dave1010", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "edouard-sn", + "name": "Edouard SENGEISSEN", + "avatar_url": "https://avatars.githubusercontent.com/u/58398928?v=4", + "profile": "https://github.com/edouard-sn", + "contributions": [ + "code", + "ideas", + "maintenance", + "platform" + ] + } + ] +}