From 2aa99fbf4056b7dd019f28bb548c0baa9e63fa36 Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Fri, 22 Nov 2019 19:56:01 -0800 Subject: [PATCH] community groups --- .../new-contributor-workshops/README.md | 10 +++---- .../community-groups.md | 27 +++++++++++++++++++ 2 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 events/events-team/content/new-contributor-workshops/community-groups.md diff --git a/events/events-team/content/new-contributor-workshops/README.md b/events/events-team/content/new-contributor-workshops/README.md index 581c92c16..920fe4cab 100644 --- a/events/events-team/content/new-contributor-workshops/README.md +++ b/events/events-team/content/new-contributor-workshops/README.md @@ -12,10 +12,10 @@ This workshop is held at contributor summits at KubeCon but materials and proces This workshop is meant for folks who have never contributed to opensource before and/or need help setting up a Kubernetes developer environment. 1. Welcome -1. Live PR Demo -1. Paths to Contributorship -1. Communication in the Kubernetes Community -1. Community Group and Governance Overview +1. [Live PR Demo](./live-pr-demo.md) +1. [Paths to Contributorship](./contributor-paths.md) +1. [Communication in the Kubernetes Community](./how-we-communicate.md) +1. [Community Group and Governance Overview](./community-groups.md) 1. Kubernetes Orgs Overview 1. Workspace Setup 1. Local Build&Test @@ -31,7 +31,7 @@ This workshop differs from the Beginner workshop in that participants are expect 1. [Live PR Demo](./live-pr-demo.md) 1. [Paths to Contributorship](./contributor-paths.md) 1. [Communication in the Kubernetes Community](./how-we-communicate.md) -1. Community Group and Governance Overview +1. [Community Group and Governance Overview](./community-groups.md) 1. Kubernetes Org Overview 1. k/k Walkthrough 1. Local Build&Test diff --git a/events/events-team/content/new-contributor-workshops/community-groups.md b/events/events-team/content/new-contributor-workshops/community-groups.md new file mode 100644 index 000000000..cd6489a7d --- /dev/null +++ b/events/events-team/content/new-contributor-workshops/community-groups.md @@ -0,0 +1,27 @@ +## Community Groups + +### Duration + +15 minutes + +### Task Overview + +Introduce SIGs, Working Groups, and a tiny bit of governance (if you must). + +### Slides + +Refer to previous workshops for inspirations + +### Details To Cover + +- SIGs +- Subprojects +- Working Groups +- User Groups +- Committees +- How to Join Any Of The Above + +### Ideas + +- Stay simple. Don't make it too complicated. +- Ask participants to define a few example SIGs via audience interaction. \ No newline at end of file