Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update committer list #246

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/components/Committers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -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},
Expand Down
Loading