This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit d67f03b26b18f327ed3349ab4303c7d7620a659e Author: Twice <[email protected]> AuthorDate: Tue Sep 9 18:36:57 2025 +0800 Add Agnik Misra to committers --- src/components/Committers/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Committers/index.tsx b/src/components/Committers/index.tsx index 78ce84a8..d9a71c5a 100644 --- a/src/components/Committers/index.tsx +++ b/src/components/Committers/index.tsx @@ -10,7 +10,7 @@ type CommitterData = { // sorted by apacheId const committers: CommitterData[] = [ - {name: 'Aleks Lozoviuk', apacheId: 'aleksraiden', githubId: 'aleksraiden', isPMC: false}, + {name: 'Aleks Lozoviuk', apacheId: 'aleksraiden', githubId: 'aleksraiden', isPMC: true}, {name: 'Donghui Liu', apacheId: 'alfejik', githubId: 'Alfejik', isPMC: true}, {name: 'Beihao Zhou', apacheId: 'beihao', githubId: 'Beihao-Zhou', isPMC: false}, {name: 'Binbin Zhu', apacheId: 'binbin', githubId: 'enjoy-binbin', isPMC: false}, @@ -36,7 +36,8 @@ 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} + {name: 'Shixi Yang', apacheId: 'yangshixi', githubId: 'Yangsx-1', isPMC: false}, + {name: 'Agnik Misra', apacheId: 'agnik', githubId: 'Jitmisra', isPMC: false} ] export default function Committers(): JSX.Element {
