add languages key & default values for all to English

This commit is contained in:
Frédéric Harper
2022-04-22 11:19:33 -04:00
parent b47726160f
commit 011d6410a7
3 changed files with 45 additions and 39 deletions

View File

@@ -30,12 +30,12 @@ I put this up quickly, and don't have more time this week to finalize what I had
- Generate a second list by location (when we'll have more people)
- Generate a third list by discussion topics (when we'll have more people)
- Add GitHub Action for JSON linting
- Add GitHub Action for JSON linting & formating
- Add GitHub Action for automatic README generation
- Add GitHub Action for links validation
- Create pull request template
- Create a CONTRIBUTION.md
- Better formatting of the list including city & country (suggestions welcome here).
- Better formatting of the list including languages, city & country (suggestions welcome here).
## Acknoledgements

View File

@@ -6,6 +6,7 @@
"company": "Mindee",
"city": "Montréal",
"country": "Canada",
"languages": ["English", "French"],
"linkedin": "https://www.linkedin.com/in/fredericharper",
"twitter": "https://twitter.com/fharper",
"scheduling": "https://calendly.com/fharper/coffee",
@@ -18,6 +19,7 @@
"company": "Square @ Block, Inc.",
"city": "Oakland",
"country": "United States of America",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/richardmoot",
"twitter": "https://twitter.com/wootmoot",
"scheduling": "https://calendly.com/moot-square/30min",
@@ -54,6 +56,7 @@
"company": "Budibase",
"city": "Rotterdam",
"country": "Netherlands",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/wraldpyk/",
"twitter": "https://twitter.com/wraldpyk",
"scheduling": "https://calendar.google.com/calendar/appointments/schedules/AcZssZ2j2HSqAeHfTXLKLdq5VyE-3lCrbIBLtL7DWAk6VrAkJfC5GVFEFI8cHAhUeIkbqFe1l3hmhm6A",
@@ -66,25 +69,27 @@
"company": "AWS",
"city": "London",
"country": "England",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/ricardosueiras",
"twitter": "https://twitter.com/094459",
"scheduling": "https://calendly.com/ricardo-sueiras/you-are-amazing",
"online-only": false,
"topics": ["Open Source", "Developer Relations", "Innovation", "Cloud", "Mentoring", "Education"]
},
{
"name": "Shannon Lal",
"title": "Director, Journey Technical Lead",
"company": "RBC",
"city": "Montreal",
"country": "Canada",
"linkedin": "https://www.linkedin.com/in/shannonlal",
"twitter": "https://twitter.com/shannondlal",
"scheduling": "https://calendly.com/shannonlal/30min",
"online-only": false,
"topics": ["Starting in Tech", "Job Searching", "Web", "Dev Ops", "React", "Tech", "NodeJS", "Software Engineering"]
},
{
{
"name": "Shannon Lal",
"title": "Director, Journey Technical Lead",
"company": "RBC",
"city": "Montreal",
"country": "Canada",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/shannonlal",
"twitter": "https://twitter.com/shannondlal",
"scheduling": "https://calendly.com/shannonlal/30min",
"online-only": false,
"topics": ["Starting in Tech", "Job Searching", "Web", "Dev Ops", "React", "Tech", "NodeJS", "Software Engineering"]
},
{
"name": "Baskar Rao Dandlamudi",
"title": "Solutions Architect",
"company": "Perficient",
@@ -96,27 +101,28 @@
"online-only": false,
"topics": ["Application Development", "Starting in Tech", "Job Searching", "Mobile", "Tech", "Software Engineering"]
},
{
"name": "Anthony Dellavecchia",
"title": "Developer Evangelist, Staff",
"company": "Twilio",
"city": "Seattle",
"country": "United States of America",
"linkedin": "https://www.linkedin.com/in/anthonydellavecchia",
"twitter": "https://twitter.com/anthonyjdella",
"scheduling": "https://calendly.com/anthonyjdella/chat",
"online-only": false,
"topics": [
"Software Engineering",
"Developer Relations",
"Developers Documentation",
"Community Building",
"Personal Branding",
"Starting in Tech",
"Job Search",
"Mental Health",
"Imposter Syndrome"
]
}
{
"name": "Anthony Dellavecchia",
"title": "Developer Evangelist, Staff",
"company": "Twilio",
"city": "Seattle",
"country": "United States of America",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/anthonydellavecchia",
"twitter": "https://twitter.com/anthonyjdella",
"scheduling": "https://calendly.com/anthonyjdella/chat",
"online-only": false,
"topics": [
"Software Engineering",
"Developer Relations",
"Developers Documentation",
"Community Building",
"Personal Branding",
"Starting in Tech",
"Job Search",
"Mental Health",
"Imposter Syndrome"
]
}
]
}

View File

@@ -22,12 +22,12 @@ I put this up quickly, and don't have more time this week to finalize what I had
- Generate a second list by location (when we'll have more people)
- Generate a third list by discussion topics (when we'll have more people)
- Add GitHub Action for JSON linting
- Add GitHub Action for JSON linting & formating
- Add GitHub Action for automatic README generation
- Add GitHub Action for links validation
- Create pull request template
- Create a CONTRIBUTION.md
- Better formatting of the list including city & country (suggestions welcome here).
- Better formatting of the list including languages, city & country (suggestions welcome here).
## Acknoledgements