This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 489f589dd feat: update PMC and committer member
489f589dd is described below
commit 489f589dd0a5a3853d96661c6d02016002f2db98
Author: JingsongLi <[email protected]>
AuthorDate: Tue Aug 18 11:04:20 2026 +0800
feat: update PMC and committer member
---
src/app/tokens/member.ts | 71 ++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 63 insertions(+), 8 deletions(-)
diff --git a/src/app/tokens/member.ts b/src/app/tokens/member.ts
index 96b751d93..97f15f37b 100644
--- a/src/app/tokens/member.ts
+++ b/src/app/tokens/member.ts
@@ -79,6 +79,16 @@ export const listOfPMCs: Member[] = [
avatarId: '10036681',
name: 'Bi Yan',
github: 'YannByron'
+ },
+ {
+ avatarId: '41894543',
+ name: 'Junhao Ye',
+ github: 'leaves12138'
+ },
+ {
+ avatarId: '37108074',
+ name: 'Xinyu Zou',
+ github: 'Zouxxyy'
}
];
@@ -93,11 +103,6 @@ export const listOfCommitters: Member[] = [
name: 'Ming Li',
github: 'liming30'
},
- {
- avatarId: '41894543',
- name: 'Junhao Ye',
- github: 'leaves12138'
- },
{
avatarId: '26704332',
name: 'Guojun Li',
@@ -109,8 +114,58 @@ export const listOfCommitters: Member[] = [
github: 'Aitozi'
},
{
- avatarId: '37108074',
- name: 'Xinyu Zou',
- github: 'Zouxxyy'
+ avatarId: '14267759',
+ name: 'Gang Wang',
+ github: 'wg1026688210'
+ },
+ {
+ avatarId: '10645422',
+ name: 'Yu Xu',
+ github: 'xuzifu666'
+ },
+ {
+ avatarId: '22708867',
+ name: 'Weijun Wang',
+ github: 'wwj6591812'
+ },
+ {
+ avatarId: '54601269',
+ name: 'Yunfeng Zhou',
+ github: 'yunfengzhou-hub'
+ },
+ {
+ avatarId: '3992588',
+ name: 'Jerry Jing',
+ github: 'jerry-024'
+ },
+ {
+ avatarId: '94825748',
+ name: 'Lei Li',
+ github: 'LsomeYeah'
+ },
+ {
+ avatarId: '27951066',
+ name: 'Hongbo Xiao',
+ github: 'XiaoHongbo-Hope'
+ },
+ {
+ avatarId: '55790489',
+ name: 'Wenhai Zhao',
+ github: 'discivigour'
+ },
+ {
+ avatarId: '27797326',
+ name: 'Chenghui Chen',
+ github: 'chenghuichen'
+ },
+ {
+ avatarId: '45645138',
+ name: 'Quake Wang',
+ github: 'QuakeWang'
+ },
+ {
+ avatarId: '20389154',
+ name: 'Yuxia Luo',
+ github: 'luoyuxia'
}
];