Skip to content

Commit ab36db0

Browse files
authored
Merge pull request #5775 from alisondy/contributor-workshop
Contributor workshop update mentoring information
2 parents e719f1f + d06f5ee commit ab36db0

32 files changed

+557
-480
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributor Workshop
2+
3+
## Overview
4+
5+
The Contributor Workshop is a self paced course on the contributor site, aimed at both new and existing contributors.
6+
7+
Previously this workshop was run as a live in person session, as part of the Kubernetes Contributor Summit. With many changes brought upon in 2020, we decided to change the format to a self paced course.
8+
9+
## Status
10+
11+
The Contributor Workshop is currently in development, and has not been released to the public.
12+
13+
You can view the live state of the site by going to [https://workshop--kubernetes-contributor.netlify.app/docs/workshop/](https://workshop--kubernetes-contributor.netlify.app/docs/workshop/)
14+
15+
The umbrella issue tracking getting this initiative available to the public is [kubernetes/community#4830](https://github.com/kubernetes/community/issues/4830).
16+
17+
## Getting Involved
18+
19+
* Read the guides on [Contributing to the Contributor Workshop](guides/README.md)
20+
21+
* Attend the bi-weekly mentoring meeting
22+
23+
* Join the discussion in #contributor-workshop-dev on Kubernetes Slack
24+
25+
## Other Resources
26+
27+
[live-workshop](live-workshop/README.md) - Resources for running a live contributor workshop
28+
29+
## Previous Live Workshops
30+
31+
* [2019 NA Contributor Summit NCW](https://www.youtube.com/watch?v=uUJrGwAom-E&list=PL69nYSiGNLP0OWp38tPBc-jSlMmwWr6Ci&index=16) (Videos in playlist, links to first NCW video)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Contributing to the Contributor Workshop
2+
3+
## Overview
4+
5+
This folder contains guides and information on how to contribute to the Contributor Workshop.
6+
7+
## Workshop Structure
8+
9+
The workshop is divided into segments. These segments exist as individual pages in the ``content/en/docs/workshop`` directory on the branch ``workshop`` in the ``contributor-site`` repo.
10+
11+
Each of these segments contain:
12+
13+
* Written information
14+
* One or more Exercises
15+
16+
and may contain a video version of the written information.
17+
18+
## Guides
19+
20+
### [Updating & Creating Segments](updating-segment.md)
21+
22+
How to update and create segments on the contributor site
23+
24+
### [Video Recording Guide for Contributor Workshop Segments](videoguide.md)
25+
26+
How to structure, record, upload and update video guides associated with workshop segments.
27+
28+
## Glossary of Terms
29+
30+
### Segment
31+
32+
A page in the workshop directory covering a particular section of the Contributor Workshop.
33+
This page may contain
34+
35+
* Written information
36+
* Video version of the segment
37+
* Hands on exercise
38+
39+
### Exercise
40+
41+
A step by step, hands on activity within a segment.
73.5 KB
Loading
37 KB
Loading
51 KB
Loading
33.2 KB
Loading
623 KB
Loading
27.4 KB
Loading
235 KB
Loading

0 commit comments

Comments
 (0)