From 754ea13c126a190dedbe22b3a78a44d69c6b5f30 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:52:53 +0000 Subject: [PATCH] docs: update .all-contributorsrc --- .all-contributorsrc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1c887289..7638b104 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "lume", - "projectOwner": "trycua" + "projectOwner": "trycua", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "f-trycua", + "name": "f-trycua", + "avatar_url": "https://avatars.githubusercontent.com/u/195596869?v=4", + "profile": "https://github.com/f-trycua", + "contributions": [ + "code" + ] + } + ] }