This is an automated email from the ASF dual-hosted git repository.
bzp2010 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 761a5c5a798 feat: add commiter Fucheng Jiang (#1661)
761a5c5a798 is described below
commit 761a5c5a798830798282a8d4fb343bfb0cab709c
Author: Fucheng Jiang <[email protected]>
AuthorDate: Thu Aug 10 14:00:53 2023 +0800
feat: add commiter Fucheng Jiang (#1661)
---
config/team.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/config/team.js b/config/team.js
index e32a29bbf5b..2075827eb24 100644
--- a/config/team.js
+++ b/config/team.js
@@ -319,6 +319,12 @@ module.exports = [
githubUsername: 'kingluo',
avatarUrl: 'https://avatars.githubusercontent.com/u/4401042?v=4',
},
+ {
+ name: 'Fucheng Jiang',
+ username: 'jiangfucheng',
+ githubUsername: 'jiangfucheng',
+ avatarUrl: 'https://avatars.githubusercontent.com/u/33349046?v=4'
+ },
],
},
];