This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/committers in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit d7b22e23aee4f11797c91b5c3f483b2e18dbb98f Author: Twice <[email protected]> AuthorDate: Mon Sep 9 00:10:57 2024 +0800 Update committer list --- src/components/Committers/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Committers/index.tsx b/src/components/Committers/index.tsx index 2a8e463..21e7719 100644 --- a/src/components/Committers/index.tsx +++ b/src/components/Committers/index.tsx @@ -12,9 +12,10 @@ type CommitterData = { const committers: CommitterData[] = [ {name: 'Aleks Lozoviuk', apacheId: 'aleksraiden', githubId: 'aleksraiden', isPMC: false}, {name: 'Donghui Liu', apacheId: 'alfejik', githubId: 'Alfejik', isPMC: true}, + {name: 'Beihao Zhou', apacheId: 'beihao', githubId: 'Beihao-Zhou', isPMC: false}, {name: 'Binbin Zhu', apacheId: 'binbin', githubId: 'enjoy-binbin', isPMC: false}, {name: 'Brad Lee', apacheId: 'bradlee', githubId: 'smartlee', isPMC: false}, - {name: 'Pengbo Cai', apacheId: 'caipengbo', githubId: 'caipengbo', isPMC: false}, + {name: 'Pengbo Cai', apacheId: 'caipengbo', githubId: 'caipengbo', isPMC: true}, {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}, @@ -24,7 +25,7 @@ const committers: CommitterData[] = [ {name: 'Jean Lai', apacheId: 'jeanbone', githubId: 'jeanbone', isPMC: false}, {name: 'Ji Huayu', apacheId: 'jihuayu', githubId: 'jihuayu', isPMC: false}, {name: 'Miuyong Liu', apacheId: 'karelrooted', githubId: 'karelrooted', isPMC: false}, - {name: 'Xuwei Fu', apacheId: 'maplefu', githubId: 'mapleFU', isPMC: false}, + {name: 'Xuwei Fu', apacheId: 'maplefu', githubId: 'mapleFU', isPMC: true}, {name: 'Shang Xiong', apacheId: 'shang', githubId: 'shangxiaoxiong', isPMC: false}, {name: 'Ruixiang Tan', apacheId: 'tanruixiang', githubId: 'tanruixiang', isPMC: false}, {name: 'Zili Chen', apacheId: 'tison', githubId: 'tisonkun', isPMC: true},
