-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Update Mentoring Landing Page #8023
Draft
xcarolan
wants to merge
8
commits into
kubernetes:master
Choose a base branch
from
xcarolan:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f5172ca
8021 (#1)
xcarolan a18aa14
Set up directory structure and start planning Group Cohorts (#2)
xcarolan b19f16d
8021 (#3)
xcarolan efc122d
Minor updates to readme
xcarolan f6a9cd2
Minor updates to readme
xcarolan 2f6f931
Merge branch 'kubernetes:master' into master
xcarolan 50f07c8
8021 (#4)
xcarolan 848c0e3
Update hugo.yaml -change branch
xcarolan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions
31
mentoring/programs/2024/groupmentorship/group-mentor-planning.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 2024 Group Cohort Mentorship September - November | ||
|
||
Status: Planning | ||
|
||
Mentorship duration - TBD | ||
|
||
## Timeline | ||
|
||
| activity | date | status | | ||
|--------------------------------------------------------------------------------|----------|-------------| | ||
| Plan time-line | Aug 24 | In progress | | ||
| Recruit contribex help (at least 3 ) | Aug 30 | | | ||
| Communication to SIGs - identify learning type (approvers, tech leads, chairs) | Aug 30 | | | ||
| Create Sylabus/Curriculum | Sep 6 | | | ||
| Identify Mentor roles/Cadence | Sept 13 | | | ||
| Create private slack chanels/mailing lists/meetings | Sep 6 | | | ||
| Open Program | Sep 13 | | | ||
| Program start | Sep 18 | | | ||
| Program end | | | | ||
| Feedback | | | | ||
|
||
## ContribEx Roles | ||
- Program Coordinator | ||
- Handle logistics | ||
- set up meetings | ||
- communications | ||
- Mentor/Mentee Support | ||
- slack chanel moderator | ||
- Program Support x 2 | ||
- Host meetings and events | ||
- upport the Coordinator |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
title: "Mentoring Programs and Resources" | ||
weight: 3 | ||
description: | | ||
An index of Kubernetes Mentoring programs, initiatives, and resources. | ||
--- | ||
|
||
# Kubernetes Upstream Mentoring Programs | ||
|
||
This page indexes all of the mentoring initiatives for contributing to the Kubernetes project. For end user mentoring initiatives, check out KubeCon and other CNCF events and programs. | ||
|
||
--- | ||
|
||
We understand that everyone has different learning styles and we want to support | ||
as many of those as possible. Mentoring is vital to the growth of an individual | ||
and organization of every kind. For Kubernetes, the larger the project becomes | ||
, it's necessary to keep a continuous pipeline of quality contributors and we want you to hang around! | ||
|
||
## Current mentoring activities: | ||
|
||
Please reach out to #sig-contribex on slack or come to a mentoring meeting to get involved in planning //TODO add contribex README when this is updated | ||
|
||
Long Term Contributor Ladder Growth | ||
|
||
- Through [Group Mentoring Cohorts](/mentoring/programs/archive/group-mentoring.md) | ||
|
||
Specific topics and activities | ||
|
||
- [The 1:1 Hour](/mentoring/programs/archive/the1-on-1hour.md) | ||
|
||
Role based shadow programs | ||
|
||
- [List of programs](/mentoring/programs/2024/shadow-roles.md) | ||
|
||
Students | ||
|
||
- [Google Summer of Code](/mentoring/programs/archive/google-summer-of-code.md) | ||
|
||
|
||
Groups Traditionally Underrepresented in Tech | ||
|
||
- [Outreachy](/mentoring/programs/archive/outreachy.md) | ||
|
||
In person | ||
|
||
- [Videos of New Contributor Workshop](https://www.youtube.com/playlist?list=PL69nYSiGNLP3M5X7stuD7N4r3uP2PZQUx) | ||
- Pod Mentoring! [aka group mentoring](/mentoring/programs/mentoring-events.md) | ||
|
||
#### Inspiration and Thanks | ||
|
||
This is not an out of the box program but was largely inspired by the following: | ||
|
||
- [Ada Developer Academy](https://adadevelopersacademy.org/) | ||
- [Apache Mentoring Programme](https://community.apache.org/mentoringprogramme.html) | ||
- [exercism.io](https://github.com/OperationCode/exercism-io-mentoring) | ||
- [Google Summer of Code](https://developers.google.com/open-source/gsoc/) | ||
- [Outreachy](https://www.outreachy.org/) | ||
- [OpenStack Mentoring](https://wiki.openstack.org/wiki/Mentoring) | ||
|
||
Thanks to: | ||
|
||
- the many contributors who reviewed and participated in brainstorming, | ||
- founding mentees for their willingness to try this out, | ||
- founding mentors (@chrislovecnm, @luxas, @kow3ns, @nikhita) | ||
|
||
We welcome PRs, suggestions, and help! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: "Mentoring Programs and Resources" | ||
weight: 3 | ||
description: | | ||
An index of Kubernetes Mentoring programs, initiatives, and resources. | ||
--- | ||
|
||
# Kubernetes Upstream Mentoring Programs | ||
|
||
This page indexes all of the mentoring initiatives for contributing to the Kubernetes project. For end user mentoring initiatives, check out KubeCon and other CNCF events and programs. | ||
|
||
--- | ||
|
||
We understand that everyone has different learning styles and we want to support | ||
as many of those as possible. Mentoring is vital to the growth of an individual | ||
and organization of every kind. For Kubernetes, the larger the project becomes | ||
, it's necessary to keep a continuous pipeline of quality contributors and we want you to hang around! | ||
|
||
## Current mentoring activities: | ||
|
||
Please reach out to #sig-contribex on slack or come to a mentoring meeting to get involved in planning //TODO add contribex README when this is updated | ||
|
||
SIG's office hours / mentoring | ||
|
||
- [Office hours / mentoring](/mentoring/resources/office-hours.md) | ||
|
||
Long Term Contributor Ladder Growth | ||
|
||
- Through [Group Mentoring Cohorts](/mentoring/programs/archive/group-mentoring.md) | ||
|
||
Specific topics and activities | ||
|
||
- [The 1:1 Hour](/mentoring/programs/archive/the1-on-1hour.md) | ||
|
||
Role based shadow programs | ||
|
||
- [List of programs](/mentoring/programs/2024/shadow-roles.md) | ||
|
||
Students | ||
|
||
- [Google Summer of Code](/mentoring/programs/archive/google-summer-of-code.md) | ||
|
||
1:1 full-time mentoring | ||
|
||
- [LFX Mentorship](/mentoring/processes/lfx-mentorship.md) | ||
|
||
Tech Writers | ||
|
||
- [Google Season of Docs](/mentoring/processes/google-season-of-docs.md) | ||
|
||
Groups Traditionally Underrepresented in Tech | ||
|
||
- [Outreachy](/mentoring/programs/archive/outreachy.md) | ||
|
||
In person | ||
|
||
- [Videos of New Contributor Workshop](https://www.youtube.com/playlist?list=PL69nYSiGNLP3M5X7stuD7N4r3uP2PZQUx) | ||
- Pod Mentoring! [aka group mentoring](/mentoring/programs/archive/mentoring-events.md) | ||
|
||
#### Inspiration and Thanks | ||
|
||
This is not an out of the box program but was largely inspired by the following: | ||
|
||
- [Ada Developer Academy](https://adadevelopersacademy.org/) | ||
- [Apache Mentoring Programme](https://community.apache.org/mentoringprogramme.html) | ||
- [exercism.io](https://github.com/OperationCode/exercism-io-mentoring) | ||
- [Google Summer of Code](https://developers.google.com/open-source/gsoc/) | ||
- [Outreachy](https://www.outreachy.org/) | ||
- [OpenStack Mentoring](https://wiki.openstack.org/wiki/Mentoring) | ||
|
||
Thanks to: | ||
|
||
- the many contributors who reviewed and participated in brainstorming, | ||
- founding mentees for their willingness to try this out, | ||
- founding mentors (@chrislovecnm, @luxas, @kow3ns, @nikhita) | ||
|
||
We welcome PRs, suggestions, and help! |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we planning to re-start the Mentoring Subproject Meetings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was actually on the original page - I just moved it. Although in saying that, and after speaking to Paris, it does seem we will need some meetings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically, I've updated the landing page to make it "current", and restructured the folder structure. I'm going to add screen shots or push my changes to a personal space so it can be reviewed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before and Proposed (for review) landing pages....
Basically removed anything that isn't current, added a plan (which very much needs discussion), and made some other updates for the new contribution guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Folder Structure.
Here, I just tried to organize it (and archive the "old" pages")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also added a new plan which I want to discuss: