From 4ba7a957a3abee3ee22440479c41d1d8653f06f6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:05:04 +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 7756514..2715693 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,13 @@ Please read the [development documentation](./DEVELOPMENT.md) if you would like + + + + + + +
Roland.
Roland.

🌍
From 11cbd7636cc5ceee1fe2ef13b7af8f302d2a4b21 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:05:05 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ef8273b..552e09c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,7 +1,21 @@ { - "projectName": "RAY.BulkRename", + "projectName": "BulkRename", "projectOwner": "Ramo-Y", "files": [ "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "sszemtelen", + "name": "Roland.", + "avatar_url": "https://avatars.githubusercontent.com/u/114315281?v=4", + "profile": "https://github.com/sszemtelen", + "contributions": [ + "translation" + ] + } ] -} \ No newline at end of file +}