From eb56a8d57ac34ec08d3c31602bdb6b12bdfc8601 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:33:26 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c0739da..f8c53ee 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,13 @@ Big thanks to @edouard-sn for the port to Python. + + + + + + +
Edouard SENGEISSEN
Edouard SENGEISSEN

💻 🤔 🚧 📦
From b4e384d9e50461e0fe799e18f888193fe2bf7f96 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 2/2] 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" + ] + } + ] +}