This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new a716c15 Add new committers (#202)
a716c15 is described below
commit a716c1500fbd5790c0a9eb9c02957476c367e979
Author: Twice <[email protected]>
AuthorDate: Sat Mar 2 16:14:14 2024 +0900
Add new committers (#202)
---
src/components/Committers/index.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/components/Committers/index.tsx
b/src/components/Committers/index.tsx
index 12ccbaa..2a8e463 100644
--- a/src/components/Committers/index.tsx
+++ b/src/components/Committers/index.tsx
@@ -22,6 +22,7 @@ const committers: CommitterData[] = [
{name: 'Hulk Lin', apacheId: 'hulk', githubId: 'git-hulk', isPMC: true},
{name: 'Jean-Baptiste Onofré', apacheId: 'jbonofre', githubId: 'jbonofre',
isPMC: true},
{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: 'Shang Xiong', apacheId: 'shang', githubId: 'shangxiaoxiong',
isPMC: false},
@@ -32,6 +33,7 @@ const committers: CommitterData[] = [
{name: 'Von Gosling', apacheId: 'vongosling', githubId: 'vongosling',
isPMC: true},
{name: 'Yuan Wang', apacheId: 'wangyuan', githubId: 'ShooterIT', isPMC:
true},
{name: 'Xiaobiao Zhao', apacheId: 'xiaobiao', githubId: 'xiaobiaozhao',
isPMC: false},
+ {name: 'Shixi Yang', apacheId: 'yangshixi', githubId: 'Yangsx-1', isPMC:
false}
]
export default function Committers(): JSX.Element {