From 8e5fcc7409a057c40911ce6aa57ac7aac208770e Mon Sep 17 00:00:00 2001 From: KPNK Date: Wed, 5 Jun 2024 14:11:53 +0200 Subject: [PATCH 1/2] Add participant --- participants/jgil | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 participants/jgil diff --git a/participants/jgil b/participants/jgil new file mode 100644 index 00000000..e2946d84 --- /dev/null +++ b/participants/jgil @@ -0,0 +1,29 @@ +{ + "realName": { + "givenName": "Joel", + "familyName": "Gil", + "placeFamilyNameFirst": false, + "hideFamilyNameOnWebsite": false + }, + "githubAccountName": "keponk", + "company": "futurice", + "when": { + "friday": true, + "saturday": true + }, + "iCanTakeNotesDuringSessions": true, + "tags": [ + "Node Runtimes", + "Typescript", + "Rust", + "Functional Programming", + "Open Source" + ], + "vegan": false, + "vegetarian": false, + "whatIsMyConnectionToJavascript": "Using it as main main development languagen for several years.", + "whatCanIContribute": "Background on linux, devops, home servers and automation.", + "tShirtSize": "M", + "linkedin": "https://www.linkedin.com/in/joelmx/", + "mastodon": "https://toot.io/@jgil" +} From 93e8d74fad2c9539ce1e5a5ff365799a3dcbbfc5 Mon Sep 17 00:00:00 2001 From: KPNK Date: Wed, 5 Jun 2024 14:13:28 +0200 Subject: [PATCH 2/2] Rename jgil to jgil.json --- participants/{jgil => jgil.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename participants/{jgil => jgil.json} (100%) diff --git a/participants/jgil b/participants/jgil.json similarity index 100% rename from participants/jgil rename to participants/jgil.json