This is an automated email from the ASF dual-hosted git repository.
twice 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 a45adae5 Add Rongxing Xiao to committers list (#326)
a45adae5 is described below
commit a45adae51df5a0d647f4739f4ddc20a17f34be73
Author: Twice <[email protected]>
AuthorDate: Wed Oct 8 10:39:22 2025 +0800
Add Rongxing Xiao to committers list (#326)
---
src/components/Committers/index.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/Committers/index.tsx
b/src/components/Committers/index.tsx
index d9a71c5a..c88dcea0 100644
--- a/src/components/Committers/index.tsx
+++ b/src/components/Committers/index.tsx
@@ -37,7 +37,8 @@ const committers: CommitterData[] = [
{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},
- {name: 'Agnik Misra', apacheId: 'agnik', githubId: 'Jitmisra', isPMC:
false}
+ {name: 'Agnik Misra', apacheId: 'agnik', githubId: 'Jitmisra', isPMC:
false},
+ {name: 'Rongxing Xiao', apacheId: 'deemo', githubId: 'yezhizi', isPMC:
false}
]
export default function Committers(): JSX.Element {