This is an automated email from the ASF dual-hosted git repository.
gallardot 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 b2fac0a61f9 chore: add @nic-6443 and @ronething to team page (#1822)
b2fac0a61f9 is described below
commit b2fac0a61f9c139367a508d6a57df3e21fa61f93
Author: Ashing Zheng <[email protected]>
AuthorDate: Wed Sep 11 10:03:04 2024 +0800
chore: add @nic-6443 and @ronething to team page (#1822)
Signed-off-by: ashing <[email protected]>
---
config/team.js | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/config/team.js b/config/team.js
index 47719a7f6c1..cfafe4ff32f 100644
--- a/config/team.js
+++ b/config/team.js
@@ -331,6 +331,18 @@ module.exports = [
githubUsername: 'Fabriceli',
avatarUrl: 'https://avatars.githubusercontent.com/u/13508022?v=4'
},
+ {
+ name: 'Yong Qian',
+ username: 'nic-6443',
+ githubUsername: 'nic-6443',
+ avatarUrl: 'https://avatars.githubusercontent.com/u/22141303?v=4'
+ },
+ {
+ name: 'Wanxing Zheng',
+ username: 'ronething',
+ githubUsername: 'ronething',
+ avatarUrl: 'https://avatars.githubusercontent.com/u/28869910?v=4'
+ },
],
},
];