-
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
modified new-contributor-resource #8199
Open
AmanSarraf
wants to merge
1
commit into
kubernetes:master
Choose a base branch
from
AmanSarraf:new-contributor-resource
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.
+38
−8
Open
Changes from all commits
Commits
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
46 changes: 38 additions & 8 deletions
46
mentoring/new-contributor-orientation/new-contributor-resources.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 |
---|---|---|
@@ -1,8 +1,38 @@ | ||
Join the Kubernetes Developer Google Group (k-dev): https://groups.google.com/a/kubernetes.io/g/dev | ||
Check out [kubernetes/community](https://github.com/kubernetes/community) for an overview of our community. | ||
Follow the New Contributor Guide (k8s.dev/guide) to get familiar with various contributor tools and processes. | ||
The First Contribution Guide(k8s.dev/guide/first-contribution/) will walk you through the process for your first Pull Request (PR) | ||
Check out the Resources List at https://bit.ly/kubernetes-resources | ||
Come join us in the Kubernetes slack: https://www.slack.k8s.io | ||
* Join the #kubernetes-new-contributors channel | ||
* Join the channels of 1 or more SIGs you’re interested in | ||
# Kubernetes New Contributors Resource | ||
|
||
Welcome to the Kubernetes community! This guide will help you get started with contributing effectively. | ||
|
||
## 1. Join the Community | ||
|
||
- **Kubernetes Developer Google Group (k-dev):** | ||
Stay updated by joining the [k-dev Google Group](https://groups.google.com/a/kubernetes.io/g/dev). | ||
|
||
- **Community Overview:** | ||
Explore the [Kubernetes Community Repository](https://github.com/kubernetes/community) to learn about our structure and initiatives. | ||
|
||
- **Slack Communication:** | ||
Connect with contributors on [Kubernetes Slack](https://kubernetes.slack.com/): | ||
- Join the `#kubernetes-new-contributors` channel to introduce yourself. | ||
- Participate in channels of SIGs you're interested in. | ||
|
||
## 2. Learn and Get Familiar | ||
|
||
- **New Contributor Guide:** | ||
Follow the [New Contributor Guide](https://k8s.dev/guide) to understand our tools and workflows. | ||
|
||
- **First Contribution Guide:** | ||
The [First Contribution Guide](https://www.kubernetes.dev/docs/guide/first-contribution/) walks you through submitting your first Pull Request (PR). | ||
- **New Contributor Course:** | ||
Check out the [New Contributon Course](https://www.kubernetes.dev/docs/onboarding/) | ||
for a high-level overview of the contribution process. | ||
|
||
|
||
|
||
## 3. Explore Resources | ||
|
||
- **Resource List:** | ||
Access a curated [list of resources](https://bit.ly/kubernetes-resources) for contributors. | ||
Comment on lines
+33
to
+34
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not a blocker for this PR, but I'd say that we really need another PR to integrate the resource list with the main docs instead of linking to a Gist written by Dims 3 years ago. I'll open an issue. |
||
|
||
## Welcome Aboard! | ||
|
||
We’re excited to have you join us! If you have questions or need support, reach out in the `#kubernetes-new-contributors` Slack channel or post in the [k-dev Google Group](https://groups.google.com/a/kubernetes.io/g/dev). |
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.
Shouldn't we mention the New Contributor Orientation in this section?