This is an automated email from the ASF dual-hosted git repository.
yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4e2bb923482 chore: add @Gallardot to Team page (#1512)
4e2bb923482 is described below
commit 4e2bb923482ee6133d0958eb9543c0968f79d98c
Author: Gallardot <[email protected]>
AuthorDate: Sun Feb 26 20:14:07 2023 +0800
chore: add @Gallardot to Team page (#1512)
---
config/team.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/config/team.js b/config/team.js
index 56504833597..74cc6616c89 100644
--- a/config/team.js
+++ b/config/team.js
@@ -301,6 +301,12 @@ module.exports = [
githubUsername: 'Navendu Pottekkat',
avatarUrl: 'https://avatars.githubusercontent.com/u/49474499?v=4',
},
+ {
+ name: 'Hengliang Tan',
+ username: 'gallardot',
+ githubUsername: 'Gallardot',
+ avatarUrl: 'https://avatars.githubusercontent.com/u/329265?v=4',
+ },
],
},
];