This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 26b2d03a3f67db7ec81e6e6737105a3647786b49 Author: Twice <[email protected]> AuthorDate: Wed Apr 30 10:19:51 2025 +0800 Update committer list --- src/components/Committers/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Committers/index.tsx b/src/components/Committers/index.tsx index dbd68299..78ce84a8 100644 --- a/src/components/Committers/index.tsx +++ b/src/components/Committers/index.tsx @@ -19,6 +19,7 @@ const committers: CommitterData[] = [ {name: 'Liang Chen', apacheId: 'chenliang613', githubId: 'chenliang613', isPMC: true}, {name: 'Chris Zou', apacheId: 'chriszou', githubId: 'ChrisZMF', isPMC: false}, {name: 'Colin Chamber', apacheId: 'colinchamber', githubId: 'ColinChamber', isPMC: false}, + {name: 'Edward Xu', apacheId: 'edwardxu', githubId: 'LindaSummer', isPMC: false}, {name: 'Xiaoqiao He', apacheId: 'hexiaoqiao', githubId: 'Hexiaoqiao', isPMC: true}, {name: 'Hulk Lin', apacheId: 'hulk', githubId: 'git-hulk', isPMC: true}, {name: 'Jean-Baptiste Onofré', apacheId: 'jbonofre', githubId: 'jbonofre', isPMC: true},
