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 24bdb265 Add Agnik Misra to committers (#322)
24bdb265 is described below
commit 24bdb2652c1784dc80e74cf123983f02458fa307
Author: Twice <[email protected]>
AuthorDate: Tue Sep 9 18:58:46 2025 +0800
Add Agnik Misra to committers (#322)
---
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 {