You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ke...@apache.org on 2023/08/15 08:56:25 UTC

[curator-site] branch main updated: Add Kezhu Wang as team member

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

kezhuw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/curator-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 531160c  Add Kezhu Wang as team member
531160c is described below

commit 531160ccd23927e6363ecdf9ef9def0dd5ae47ae
Author: Kezhu Wang <ke...@apache.org>
AuthorDate: Tue Aug 15 16:55:14 2023 +0800

    Add Kezhu Wang as team member
---
 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 00819c3..e43af03 100644
--- a/src/components/Committers/index.tsx
+++ b/src/components/Committers/index.tsx
@@ -26,6 +26,7 @@ const committers: CommitterData[] = [
     {name: 'Shay Shimony', apacheId: 'shayshim', githubId: 'shayshim', url: 'https://people.apache.org/~shayshim', timezone: '+2'},
     {name: 'Enrico Olivelli', apacheId: 'eolivelli', githubId: 'eolivelli', url: 'https://people.apache.org/~eolivelli', timezone: '+1'},
     {name: 'Zili Chen', apacheId: 'tison', githubId: 'tisonkun', url: 'https://tisonkun.org', timezone: '+8'},
+    {name: 'Kezhu Wang', apacheId: 'kezhuw', githubId: 'kezhuw', url: 'https://blog.kezhuw.name/', timezone: '+8'},
 ]
 
 export default function Committers(): React.JSX.Element {