Skip to content

Commit d10e903

Browse files
committed
Add _index.md to repo so orientation page renders in deploy preview
1 parent 31a7105 commit d10e903

3 files changed

Lines changed: 39 additions & 4 deletions

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
_index.md
21
nco-host-handbook.md
32
nco-lead-handbook.md
43
new-contributor-resources.md
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "Kubernetes New Contributor Orientation"
3+
weight: 1
4+
description: >
5+
Information about the Kubernetes New Contributor Orientation meetings,
6+
designed to help prospective contributors find their way in the community.
7+
---
8+
9+
## Overview
10+
11+
The Kubernetes New Contributor Orientation (NCO) meetings are an initiative owned by the mentoring subproject of [SIG-ContribEx](https://github.com/kubernetes/community/blob/main/sig-contributor-experience). Started in September of 2024, the purpose of these meetings is to orient prospective new contributors to the community by providing an overview of what Kubernetes does as a technology, how the community is structured and how it functions, and how they might fit into the community as "contributors." There is no hands-on content included in the New Contributor Orientation meeting.
12+
13+
Anyone is welcome to attend the Kubernetes New Contributor Orientation.
14+
15+
Anyone with [org membership](https://github.com/kubernetes/community/blob/master/community-membership.md#member) and an interest in helping new contributors is encouraged to participate in the meeting as a host or lead. "Hosts" are active contributor participants who help answer questions from their unique perspectives during the Q&A segment of the meeting. A "Lead" is a contributor who takes on the responsibility of organizing and running the meeting, generally including giving the presentation. Check out the [NCO Host handbook](/docs/orientation/nco-host-handbook) for guidance on acting as a host during the meeting, and check out the [NCO Lead Handbook](/docs/orientation/nco-lead-handbook) for more details on how to lead an NCO meeting.
16+
17+
## Meetings
18+
19+
NCO Meetings are held in *two sessions* on the *third Tuesday of every month*.
20+
21+
{{< nco-next-session >}}
22+
23+
As with all meetings in the Kubernetes community, NCO meetings follow the [Kubernetes Community Code of Conduct](https://kubernetes.io/community/code-of-conduct/).
24+
25+
### Previous Sessions
26+
27+
You can find recordings of previous New Contributor Orientation meetings in the [Kubernetes New Contributor Orientation YouTube playlist](https://www.youtube.com/playlist?list=PL69nYSiGNLP24dHZ4BifJwHPHGch94d9F).
28+
29+
### Agenda
30+
31+
All Kubernetes NCO meetings should follow roughly the same agenda:
32+
33+
Meeting length: 1hr
34+
* ~40 min Presentation based on the [NCO slide deck template](https://github.com/kubernetes/community/blob/main/mentoring/new-contributor-orientation/nco-slides/TEMPLATE%20%5BMONTH%5D%20New%20Contributor%20Orientation.pdf)
35+
* ~20 min free-form Q&A
36+
37+
## Questions?
38+
39+
If you have any questions about the NCO, you can reach out by posting a message in the [sig-contribex channel](https://kubernetes.slack.com/archives/C1TU9EB9S) on [Kubernetes Slack](https://slack.k8s.io/).

layouts/docs/list.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ <h1>{{ .Title }}</h1>
1313
{{ partial "reading-time.html" . -}}
1414
{{ end -}}
1515
</header>
16-
{{ if hasPrefix .RelPermalink "/docs/orientation/" }}
17-
{{ .Page.RenderString "{{< nco-next-session >}}" }}
18-
{{ end }}
1916
{{ .Content }}
2017
{{ if not .Params.hide_section_index }}
2118
{{ partial "section-index.html" . -}}

0 commit comments

Comments
 (0)