From a64a1271b5a8c0403bffd5757c34818f8b450aae Mon Sep 17 00:00:00 2001 From: FabrizioCafolla Date: Thu, 21 Dec 2023 17:25:17 +0100 Subject: [PATCH] feat(communities): add need for nerd --- CONTRIBUTING.md | 17 ++++++++++------- awesome/communities/data/need-for-nerd.json | 13 +++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 awesome/communities/data/need-for-nerd.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a8f97b..d5ace64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -215,6 +215,7 @@ The maximum number of tags is 20. This rule is necessary to avoid format problem - Channel - Newsletter - Event + - Podcast - *Allowed Platform of communities* - Telegram @@ -225,13 +226,15 @@ The maximum number of tags is 20. This rule is necessary to avoid format problem - Email - *Allowed Events Type of communities* - - Meetup - - Webinar - - Conference - - Workshop - - Hackathon - - Chat - - Podcast + - Telegram + - Discord + - Slack + - Reddit + - Website + - Email + - Location + - Youtube + - Twitch - Other diff --git a/awesome/communities/data/need-for-nerd.json b/awesome/communities/data/need-for-nerd.json new file mode 100644 index 0000000..0f822cb --- /dev/null +++ b/awesome/communities/data/need-for-nerd.json @@ -0,0 +1,13 @@ +{ + "name": "Need for Nerd", + "url": "https://www.facebook.com/groups/1703058016594724", + "type": "Channel", + "platform": "Other", + "description": "Community generalista per developers in cui si discute di temi tecnici e lavorativi e in cui ci si aiuta a vicenda.", + "tags": [ + "lavoro", "tech", "linguaggi" + ], + "events_type": [ + "Chat" + ] + }