src/app/tokens/member.ts (95 lines of code) (raw):
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import { Member } from '@paimon/app/interfaces/member';
export const listOfPMCs: Member[] = [
{
avatarId: '9601882',
name: 'Jingsong Lee (Chair)',
github: 'JingsongLi'
},
{
avatarId: '5778611',
name: 'Becket Qin',
github: 'becketqin'
},
{
avatarId: '89049',
name: 'Robert Metzger',
github: 'rmetzger'
},
{
avatarId: '1727146',
name: 'Stephan Ewen',
github: 'StephanEwen'
},
{
avatarId: '6239804',
name: 'Yu Li',
github: 'carp84'
},
{
avatarId: '19909549',
name: 'Caizhi Weng',
github: 'tsreaper'
},
{
avatarId: '99001603',
name: 'Feng Wang',
github: 'wangfengpro'
},
{
avatarId: '10048174',
name: 'Nicholas Jiang',
github: 'SteNicholas'
},
{
avatarId: '5746567',
name: 'Timo Walther',
github: 'twalthr'
},
{
avatarId: '28703471',
name: 'Fang Yong',
github: 'FangYongs'
},
{
avatarId: '33053040',
name: 'Zelin Yu',
github: 'yuzelin'
},
{
avatarId: '10036681',
name: 'Bi Yan',
github: 'YannByron'
}
];
export const listOfCommitters: Member[] = [
{
avatarId: '37063904',
name: 'Chong Zhuang',
github: 'zhuangchong'
},
{
avatarId: '69444450',
name: 'Ming Li',
github: 'liming30'
},
{
avatarId: '41894543',
name: 'Junhao Ye',
github: 'leaves12138'
},
{
avatarId: '26704332',
name: 'Guojun Li',
github: 'schnappi17'
},
{
avatarId: '9486140',
name: 'WenJun Min',
github: 'Aitozi'
},
{
avatarId: '37108074',
name: 'Xinyu Zou',
github: 'Zouxxyy'
}
];