From bcd3c8d760b54622403e7281fa0f8b19a57c0c40 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:09:37 +0000 Subject: [PATCH] docs: update .all-contributorsrc --- .all-contributorsrc | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b767334..0a253cb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "agentscope-samples", - "projectOwner": "AgentScopeTeam", + "projectOwner": "agentscope-ai", "repoType": "github", "repoHost": "https://github.com", "files": [ @@ -10,7 +10,21 @@ "imageSize": 100, "commit": true, "commitConvention": "angular", - "contributors": [], + "contributors": [ + { + "login": "rayrayraykk", + "name": "Weirui Kuang", + "avatar_url": "https://avatars.githubusercontent.com/u/39145382?v=4", + "profile": "http://weiruikuang.com", + "contributions": [ + "maintenance", + "code", + "review", + "doc" + ] + } + ], "contributorsPerLine": 7, - "linkToUsage": true + "linkToUsage": true, + "commitType": "docs" }