Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(communities): add KCD Italy #131

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Projects entered must be maintained and have guidelines and/or documentation for
```
make setup
source .activate
python scripts/check.py
make lint
```
5. if the tests are passed successfully create PR on GitHub, the title should be `feat(type): added/updated Name`

Expand Down
3 changes: 2 additions & 1 deletion awesome/communities/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Awesome Communities | Italia Open-Source

<img src='https://img.shields.io/badge/list-28-green'> <img src='https://img.shields.io/github/last-commit/italia-opensource/awesome-italia-opensource/main'>
<img src='https://img.shields.io/badge/list-29-green'> <img src='https://img.shields.io/github/last-commit/italia-opensource/awesome-italia-opensource/main'>

Awesome Italia Communities is a list of italian tech communities.

Expand Down Expand Up @@ -35,6 +35,7 @@ Please read the [contribution guidelines](https://github.com/italia-opensource/a
| [GrUSP](https://italiaopensource.com/communities/grusp) | Event | Website | tech, career, community, networking, developers, user group | Dal 2003 organizziamo eventi per formare e mettere in contat [..] |
| [HR feat ICT](https://italiaopensource.com/communities/hr-feat-ict) | Channel | Telegram | dev, talks, networking, tech, hr, ict, job offers | Nata per creare uno spazio di confronto e condivisione tra H [..] |
| [Italian Linux Society](https://italiaopensource.com/communities/italian-linux-society) | Channel | Other | dev, talks, networking, tech, linuz, opensource, job offers | L'associazione italiana per la promozione e la divulgazione [..] |
| [KCD Italy](https://italiaopensource.com/communities/kcd-italy) | Event | Location | dev, talk, networking, tech, CloudNative, Kubernetes, DevOps, opensource | KCD Italy (#kcditaly) is a CNCF (Cloud Native Computing Foun [..] |
| [Kubernetes It](https://italiaopensource.com/communities/kubernetes-it) | Channel | Telegram | developers, tech, kubernetes, sys, cloud | Gruppo di utilizzatori, veterani e newbie su Kubernetes: par [..] |
| [La Locanda del Tech](https://italiaopensource.com/communities/la-locanda-del-tech) | Channel | Telegram | dev, community, networking, tech | The Telegram channel of La Locanda del Tech, a Twitch channe [..] |
| [Latina In Tech](https://italiaopensource.com/communities/latina-in-tech) | Channel | Telegram | dev, talks, networking, tech | Free events to foster knowledge sharing and professional gro [..] |
Expand Down
13 changes: 13 additions & 0 deletions awesome/communities/data/kcd-italy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "KCD Italy",
"url": "https://community.cncf.io/kcd-italy/",
"type": "Event",
"platform": "Location",
"description": "KCD Italy (#kcditaly) is a CNCF (Cloud Native Computing Foundation) supported event organized by the Italian Kubernetes community. The event aims to spread knowledge and create spaces for sharing and comparing ideas on all open source and cloud native topics.",
"tags": [ "dev", "talk", "networking", "tech", "CloudNative", "Kubernetes", "DevOps", "opensource"
],
"events_type": [
"Meetup",
"Conference"
]
}
Loading