You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/12/08 09:27:20 UTC

[apisix-website] branch master updated: chore: add @AlinsRan to Team page (#1438)

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 7340b2073d3 chore: add @AlinsRan to Team page (#1438)
7340b2073d3 is described below

commit 7340b2073d35087e9f38d69529e3b2f6ba05fa5e
Author: Xin Rong <al...@gmail.com>
AuthorDate: Thu Dec 8 17:27:15 2022 +0800

    chore: add @AlinsRan to Team page (#1438)
---
 config/team.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/team.js b/config/team.js
index b68dd5c50d6..a417e77682f 100644
--- a/config/team.js
+++ b/config/team.js
@@ -289,6 +289,12 @@ module.exports = [
         githubUsername: 'SkyeYoung',
         avatarUrl: 'https://avatars.githubusercontent.com/u/48400568?v=4',
       },
+      {
+        name: 'Xin Rong',
+        username: 'AlinsRan',
+        githubUsername: 'AlinsRan',
+        avatarUrl: 'https://avatars.githubusercontent.com/u/79972061?v=4',
+      },
     ],
   },
 ];