From ab4849590af6a42ca9a09d5470f280788636e345 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:03:18 +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 18346d1..5123b6e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,24 @@ { - "projectName": "bids-apps", - "projectOwner": "giga_connectome" + "projectName": "giga_connectome", + "projectOwner": "bids-apps", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "htwangtw", + "name": "Hao-Ting Wang", + "avatar_url": "https://avatars.githubusercontent.com/u/13743617?v=4", + "profile": "https://wanghaoting.com/", + "contributions": [ + "ideas", + "research", + "code", + "test" + ] + } + ] }