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 second list by location (when we'll have more people)
- Generate a third list by discussion topics (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 automatic README generation
- Add GitHub Action for links validation - Add GitHub Action for links validation
- Create pull request template - Create pull request template
- Create a CONTRIBUTION.md - 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 ## Acknoledgements

View File

@@ -6,6 +6,7 @@
"company": "Mindee", "company": "Mindee",
"city": "Montréal", "city": "Montréal",
"country": "Canada", "country": "Canada",
"languages": ["English", "French"],
"linkedin": "https://www.linkedin.com/in/fredericharper", "linkedin": "https://www.linkedin.com/in/fredericharper",
"twitter": "https://twitter.com/fharper", "twitter": "https://twitter.com/fharper",
"scheduling": "https://calendly.com/fharper/coffee", "scheduling": "https://calendly.com/fharper/coffee",
@@ -18,6 +19,7 @@
"company": "Square @ Block, Inc.", "company": "Square @ Block, Inc.",
"city": "Oakland", "city": "Oakland",
"country": "United States of America", "country": "United States of America",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/richardmoot", "linkedin": "https://www.linkedin.com/in/richardmoot",
"twitter": "https://twitter.com/wootmoot", "twitter": "https://twitter.com/wootmoot",
"scheduling": "https://calendly.com/moot-square/30min", "scheduling": "https://calendly.com/moot-square/30min",
@@ -54,6 +56,7 @@
"company": "Budibase", "company": "Budibase",
"city": "Rotterdam", "city": "Rotterdam",
"country": "Netherlands", "country": "Netherlands",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/wraldpyk/", "linkedin": "https://www.linkedin.com/in/wraldpyk/",
"twitter": "https://twitter.com/wraldpyk", "twitter": "https://twitter.com/wraldpyk",
"scheduling": "https://calendar.google.com/calendar/appointments/schedules/AcZssZ2j2HSqAeHfTXLKLdq5VyE-3lCrbIBLtL7DWAk6VrAkJfC5GVFEFI8cHAhUeIkbqFe1l3hmhm6A", "scheduling": "https://calendar.google.com/calendar/appointments/schedules/AcZssZ2j2HSqAeHfTXLKLdq5VyE-3lCrbIBLtL7DWAk6VrAkJfC5GVFEFI8cHAhUeIkbqFe1l3hmhm6A",
@@ -66,6 +69,7 @@
"company": "AWS", "company": "AWS",
"city": "London", "city": "London",
"country": "England", "country": "England",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/ricardosueiras", "linkedin": "https://www.linkedin.com/in/ricardosueiras",
"twitter": "https://twitter.com/094459", "twitter": "https://twitter.com/094459",
"scheduling": "https://calendly.com/ricardo-sueiras/you-are-amazing", "scheduling": "https://calendly.com/ricardo-sueiras/you-are-amazing",
@@ -78,6 +82,7 @@
"company": "RBC", "company": "RBC",
"city": "Montreal", "city": "Montreal",
"country": "Canada", "country": "Canada",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/shannonlal", "linkedin": "https://www.linkedin.com/in/shannonlal",
"twitter": "https://twitter.com/shannondlal", "twitter": "https://twitter.com/shannondlal",
"scheduling": "https://calendly.com/shannonlal/30min", "scheduling": "https://calendly.com/shannonlal/30min",
@@ -102,6 +107,7 @@
"company": "Twilio", "company": "Twilio",
"city": "Seattle", "city": "Seattle",
"country": "United States of America", "country": "United States of America",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/anthonydellavecchia", "linkedin": "https://www.linkedin.com/in/anthonydellavecchia",
"twitter": "https://twitter.com/anthonyjdella", "twitter": "https://twitter.com/anthonyjdella",
"scheduling": "https://calendly.com/anthonyjdella/chat", "scheduling": "https://calendly.com/anthonyjdella/chat",

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 second list by location (when we'll have more people)
- Generate a third list by discussion topics (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 automatic README generation
- Add GitHub Action for links validation - Add GitHub Action for links validation
- Create pull request template - Create pull request template
- Create a CONTRIBUTION.md - 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 ## Acknoledgements