You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yi...@apache.org on 2022/04/01 10:02:58 UTC

[apisix-website] branch master updated: chore: add guoqqqi in committer list (#998)

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 89cf0e1  chore: add guoqqqi in committer list (#998)
89cf0e1 is described below

commit 89cf0e1031fa4d7f2b2e37942e07122081a163c3
Author: Qi Guo <72...@users.noreply.github.com>
AuthorDate: Fri Apr 1 18:02:53 2022 +0800

    chore: add guoqqqi in committer list (#998)
---
 website/config/team.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/config/team.js b/website/config/team.js
index 72dcc60..763c0ff 100644
--- a/website/config/team.js
+++ b/website/config/team.js
@@ -277,6 +277,12 @@ module.exports = [
         githubUsername: 'Baoyuantop',
         avatarUrl: 'https://avatars.githubusercontent.com/u/30611190?v=4',
       },
+      {
+        name: 'Qi Guo',
+        username: 'guoqqqi',
+        githubUsername: 'guoqqqi',
+        avatarUrl: 'https://avatars.githubusercontent.com/u/72343596?v=4',
+      },
     ],
   },
 ];