This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/new-committer in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 10623f9e8782b81c77f646898e0482708009145a Author: Twice <[email protected]> AuthorDate: Wed Oct 8 10:38:09 2025 +0800 Add Rongxing Xiao to committers list --- 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 {
