You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by xi...@apache.org on 2023/01/13 04:28:43 UTC

[incubator-kvrocks-website] branch main updated: docs: update committer (#36)

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

xiaobiao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new aed561a  docs: update committer (#36)
aed561a is described below

commit aed561a8f06405dde74687175cec8786c82495fb
Author: xiaobiaozhao <52...@users.noreply.github.com>
AuthorDate: Fri Jan 13 12:28:38 2023 +0800

    docs: update committer (#36)
---
 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 f5995fa..d2da102 100644
--- a/src/components/Committers/index.tsx
+++ b/src/components/Committers/index.tsx
@@ -27,6 +27,7 @@ const committers: CommitterData[] = [
     {name: 'Mingyang Liu', apacheId: 'twice', githubId: 'PragmaTwice'},
     {name: 'Von Gosling', apacheId: 'vongosling', githubId: 'vongosling'},
     {name: 'Yuan Wang', apacheId: 'wangyuan', githubId: 'ShooterIT'},
+    {name: 'Xiaobiao Zhao', apacheId: 'xiaobiao', githubId: 'xiaobiaozhao'},
 ]
 
 export default function Committers(): JSX.Element {