This is an automated email from the ASF dual-hosted git repository.

zky 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 caaa41c719 Updated contributors list from sep to dec 2023 (#690)
caaa41c719 is described below

commit caaa41c7198d2a4f31cf4907ab504d6aeb3cd3a6
Author: Joshua Poddoku <[email protected]>
AuthorDate: Wed Dec 13 21:31:21 2023 +0530

    Updated contributors list from sep to dec 2023 (#690)
    
    * added supported sources section for all pages
    
    * updated relative urls for supported versions
    
    * updated relative url for supported data sources
    
    * added correct urls for changes requested
    
    * updated requested urls for each data source
    
    * updated introduction docs
    
    * corrected the url for data sources
    
    * updated slack urls
    
    * added Diving Into The Lake
    
    * merged answers
    
    * added June-Sep Contributors
    
    * fixed githubid and avatar
    
    * fixed typo in the githubid
    
    * added new contributors updated from Sep to Dec 2023
    
    * fixed issues with date format
    
    * changed the sequence
---
 info/Team/contributors.json         | 81 +++++++++++++++++++++++++++++++++++++
 src/components/Team/Contributor.tsx |  1 +
 2 files changed, 82 insertions(+)

diff --git a/info/Team/contributors.json b/info/Team/contributors.json
index 004ddfe031..36db00c3a4 100644
--- a/info/Team/contributors.json
+++ b/info/Team/contributors.json
@@ -1,4 +1,77 @@
 {
+  "Oct-Dec-2023": [
+    {
+      "realName": "Rob Heckel",
+      "githubId": "billabongrob",
+      "avatar": "https://avatars.githubusercontent.com/u/8441943?v=4";,
+      "githubLink": "https://github.com/billabongrob";,
+      "date": "2023/10/08"
+    },
+    {
+      "realName": "Richard Fletcher",
+      "githubId": "richard-fletcher",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/32538344?v=4";,
+      "githubLink": "https://github.com/richard-fletcher";,
+      "date": "2023/10/08"
+    },
+    {
+      "realName": "Omer Farooq",
+      "githubId": "o-farooq",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/17722640?v=4";,
+      "githubLink": "https://github.com/o-farooq";,
+      "date": "2023/10/09"
+    },
+    {
+      "realName": "Hollman Enciso",
+      "githubId": "en-henciso",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/142229524?v=4";,
+      "githubLink": "https://github.com/en-henciso";,
+      "date": "2023/10/18"
+    },
+    {
+      "realName": "Koen de Laat",
+      "githubId": "koendelaat",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/7723283?v=4";,
+      "githubLink": "https://github.com/en-henciso";,
+      "date": "2023/10/18"
+    },
+    {
+      "realName": "Adam Wolfe",
+      "githubId": "adamwolfe-tc",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/37342270?v=4";,
+      "githubLink": "https://github.com/adamwolfe-tc";,
+      "date": "2023/11/13"
+    },
+    {
+      "realName": "Vitor Ferraz Sandes",
+      "githubId": "sandesvitor",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/62914690?v=4";,
+      "githubLink": "https://github.com/sandesvitor";,
+      "date": "2023/11/24"
+    },
+    {
+      "realName": "Antoine Caputo",
+      "githubId": "antoinecaputo",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/44469196?v=4";,
+      "githubLink": "https://github.com/antoinecaputo";,
+      "date": "2023/11/27"
+    },
+    {
+      "realName": "Henrique Moody",
+      "githubId": "henriquemoody",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/154023?v=4";,
+      "githubLink": "https://github.com/henriquemoody";,
+      "date": "2023/11/30"
+    }
+  ],
   "Jul-Sept-2023": [
     {
       "realName": "Arjun Devarajan",
@@ -71,6 +144,14 @@
       "avatar": "https://avatars.githubusercontent.com/u/4294069?v=4";,
       "githubLink": "https://github.com/0o001";,
       "date": "2023/08/21"
+    },
+    {
+      "realName": "Anjaneya Gupta",
+      "githubId": "anjy7",
+      "email": "",
+      "avatar": "https://avatars.githubusercontent.com/u/92802904?v=4";,
+      "githubLink": "https://github.com/anjy7";,
+      "date": "2023/09/19"
     }
   ],
   "Apr-Jun-2023": [
diff --git a/src/components/Team/Contributor.tsx 
b/src/components/Team/Contributor.tsx
index 22a956b64a..d307e6b1ba 100644
--- a/src/components/Team/Contributor.tsx
+++ b/src/components/Team/Contributor.tsx
@@ -9,6 +9,7 @@ import { Dropdown } from "../Dropdown";
 
 
 const meau = [
+  'Oct-Dec-2023',
   'Jul-Sept-2023',
   'Apr-Jun-2023',
   'Jan-Mar-2023',

Reply via email to