Skip to content
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

Improve formatting and readability of new contributor guide #8153

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions mentoring/new-contributor-orientation/new-contributor-resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
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
# Getting Started with Kubernetes Development

## Join the Community
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should contain a back-link to the NCO in the parent directory, in case someone got to this page without starting from that directory.

Copy link
Author

@henriquesantanati henriquesantanati Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @jberkus , thanks for reviewing this.

Do you mean by pointing Join the Community to https://github.com/kubernetes/community/tree/master/mentoring/new-contributor-orientation?

It would be: Join the Community

As soon as you confirm it, I'll push this change.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I mean adding the NCO to the list of items.


- Join the Kubernetes Developer Google Group (k-dev): [https://groups.google.com/a/kubernetes.io/g/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.
- 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

## Getting Familiar with the Process

1. Follow the [Contributor Guide](https://www.kubernetes.dev/docs/guide/) to get familiar with various contributor tools and processes.
2. Read [The First Contribution Guide](https://www.kubernetes.dev/docs/guide/first-contribution/) for a walkthrough of your first Pull Request (PR) process.

## Additional Resources

- Explore the comprehensive Resources List at [https://bit.ly/kubernetes-resources](https://bit.ly/kubernetes-resources)