This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 84015274b93 team: update team.js (#1546)
84015274b93 is described below
commit 84015274b93362d9982b41eb00a84ae1be192f05
Author: jinhua luo <[email protected]>
AuthorDate: Fri Mar 31 17:10:01 2023 +0800
team: update team.js (#1546)
---
config/team.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/config/team.js b/config/team.js
index 74cc6616c89..6833271e68d 100644
--- a/config/team.js
+++ b/config/team.js
@@ -307,6 +307,12 @@ module.exports = [
githubUsername: 'Gallardot',
avatarUrl: 'https://avatars.githubusercontent.com/u/329265?v=4',
},
+ {
+ name: 'Jinhua Luo',
+ username: 'kingluo',
+ githubUsername: 'kingluo',
+ avatarUrl: 'https://avatars.githubusercontent.com/u/4401042?v=4',
+ },
],
},
];