This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch new-committers
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit 8c623e76784bc489047900c1451b0ac2d4b9b150
Author: Twice <[email protected]>
AuthorDate: Sat Mar 2 13:10:06 2024 +0900

    Add new committers
---
 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 {

Reply via email to