This is an automated email from the ASF dual-hosted git repository.
yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new c2e1855788 Updated team page (#522)
c2e1855788 is described below
commit c2e1855788ee10c1204b5d72c06ca68dcded975e
Author: Yumeng Wang <[email protected]>
AuthorDate: Wed May 17 16:21:12 2023 +0800
Updated team page (#522)
* docs: updated team page
* fix: updated the dates of first contribution
* fix: Update contributors.json
---
info/Team/committers.json | 23 ++++++++++++++++++++++-
info/Team/contributors.json | 26 ++++++++++++++++++++++++++
info/Team/ppmc.json | 7 +++++++
src/components/Team/Contributor.tsx | 2 +-
4 files changed, 56 insertions(+), 2 deletions(-)
diff --git a/info/Team/committers.json b/info/Team/committers.json
index 5a44a4d908..743a6c9fc1 100644
--- a/info/Team/committers.json
+++ b/info/Team/committers.json
@@ -55,6 +55,27 @@
"email": "[email protected]",
"avatar": "https://avatars.githubusercontent.com/u/183388?v=4",
"githubLink": "https://github.com/matrixji"
- }
+ },
+ {
+ "realName": "Junren Yu",
+ "githubId": "mintsweet",
+ "email": "[email protected]",
+ "avatar": "https://avatars.githubusercontent.com/u/37237996?v=4",
+ "githubLink": "https://github.com/mintsweet"
+ },
+ {
+ "realName": "Keon Amini",
+ "githubId": "keon94",
+ "email": "[email protected]",
+ "avatar": "https://avatars.githubusercontent.com/u/25063936?v=4",
+ "githubLink": "https://avatars.githubusercontent.com/u/25063936?v=4"
+ },
+ {
+ "realName": "Camille Teruel",
+ "githubId": "CamilleTeruel",
+ "email": "[email protected]",
+ "avatar": "https://avatars.githubusercontent.com/u/251060?v=4",
+ "githubLink": "https://github.com/CamilleTeruel"
+ }
]
}
diff --git a/info/Team/contributors.json b/info/Team/contributors.json
index 4a9fe0a6e5..9afc683930 100644
--- a/info/Team/contributors.json
+++ b/info/Team/contributors.json
@@ -1,4 +1,30 @@
{
+ "April-June-2023": [
+ {
+ "realName": "Leric Zhang",
+ "githubId": "leric",
+ "email": "",
+ "avatar": "https://avatars.githubusercontent.com/u/863493?v=4",
+ "githubLink": "https://github.com/leric",
+ "date": "2023/04/26"
+ },
+ {
+ "realName": "Linwei Hou",
+ "githubId": "HouLinwei",
+ "email": "",
+ "avatar": "https://avatars.githubusercontent.com/u/1674774?v=4",
+ "githubLink": "https://github.com/HouLinwei",
+ "date": "2023/05/08"
+ },
+ {
+ "realName": "Walker",
+ "githubId": "dwalker-sabiogroup",
+ "email": "",
+ "avatar": "https://avatars.githubusercontent.com/u/100362969?v=4",
+ "githubLink": "https://github.com/dwalker-sabiogroup",
+ "date": "2023/04/03"
+ }
+ ],
"Jan-Mar-2023": [
{
"realName": "Aparna Soneja",
diff --git a/info/Team/ppmc.json b/info/Team/ppmc.json
index 39a4ff6d75..d34bd8f958 100644
--- a/info/Team/ppmc.json
+++ b/info/Team/ppmc.json
@@ -90,6 +90,13 @@
"email": "[email protected]",
"avatar": "https://avatars.githubusercontent.com/u/84928455?v=4",
"githubLink": "https://github.com/MaximDub"
+ },
+ {
+ "realName": "Kaiyun Louis Zhang",
+ "githubId": "Startrekzky",
+ "email": "[email protected]",
+ "avatar": "https://avatars.githubusercontent.com/u/14050754?v=4",
+ "githubLink": "https://github.com/Startrekzky"
}
]
}
diff --git a/src/components/Team/Contributor.tsx
b/src/components/Team/Contributor.tsx
index e082698298..d305823571 100644
--- a/src/components/Team/Contributor.tsx
+++ b/src/components/Team/Contributor.tsx
@@ -9,6 +9,7 @@ import { Dropdown } from "../Dropdown";
const meau = [
+ 'April-June-2023',
'Jan-Mar-2023',
'Oct-Dec-2022',
'July-Sept-2022',
@@ -18,7 +19,6 @@ const meau = [
]
-
export function Contributor() {
const [selectedDate, setSelectedDate] = useState(meau[0]);
return (