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

hulk 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 da77f994 Add new committer sryanyuan (#359)
da77f994 is described below

commit da77f994a84a791e3c55e3dbbd2e625ad0141aa6
Author: hulk <[email protected]>
AuthorDate: Thu Feb 26 23:07:33 2026 +0800

    Add new committer sryanyuan (#359)
---
 src/components/Committers/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/Committers/index.tsx 
b/src/components/Committers/index.tsx
index c88dcea0..da2390e1 100644
--- a/src/components/Committers/index.tsx
+++ b/src/components/Committers/index.tsx
@@ -29,6 +29,7 @@ const committers: CommitterData[] = [
     {name: 'Xuwei Fu', apacheId: 'maplefu', githubId: 'mapleFU', isPMC: true},
     {name: 'Shang Xiong', apacheId: 'shang', githubId: 'shangxiaoxiong', 
isPMC: false},
     {name: 'SiLe Zhou', apacheId: 'silezhou', githubId: 'PokIsemaine', isPMC: 
false},
+    {name: 'Xiaojun Yuan', apacheId: 'sryanyuan', githubId: 'sryanyuan', 
isPMC: false},
     {name: 'Ruixiang Tan', apacheId: 'tanruixiang', githubId: 'tanruixiang', 
isPMC: false},
     {name: 'Zili Chen', apacheId: 'tison', githubId: 'tisonkun', isPMC: true},
     {name: 'Yaroslav Stepanchuk', apacheId: 'torwig', githubId: 'torwig', 
isPMC: true},

Reply via email to