From b8e9ab0f6e9ce80aabd2a95816af3a84f852b7d1 Mon Sep 17 00:00:00 2001 From: Henrique Santana <43079979+henriquesantanati@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:01:38 +0000 Subject: [PATCH 1/3] Improve formatting and readability of new contributor guide This commit enhances the formatting and readability of the new contributor guide. Changes include: - Added a main header for the document - Organized content into logical sections with subheaders - Used bullet points for community joining instructions - Numbered the steps for getting familiar with the contribution process - Improved overall structure and visual hierarchy These changes make the guide easier to read and follow for new contributors, potentially increasing engagement and participation in the community. --- .../new-contributor-resources.md | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/mentoring/new-contributor-orientation/new-contributor-resources.md b/mentoring/new-contributor-orientation/new-contributor-resources.md index e8181a4bf8b..0a0fb223e27 100644 --- a/mentoring/new-contributor-orientation/new-contributor-resources.md +++ b/mentoring/new-contributor-orientation/new-contributor-resources.md @@ -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 \ No newline at end of file +# Getting Started with Kubernetes Development + +## Join the Community + +- 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) From e740bdf984220a5de33538e819d6d922e461de30 Mon Sep 17 00:00:00 2001 From: Henrique Santana <43079979+henriquesantanati@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:52:57 +0000 Subject: [PATCH 2/3] Add the NCO back-link --- .../new-contributor-orientation/new-contributor-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mentoring/new-contributor-orientation/new-contributor-resources.md b/mentoring/new-contributor-orientation/new-contributor-resources.md index 0a0fb223e27..88bedd34d75 100644 --- a/mentoring/new-contributor-orientation/new-contributor-resources.md +++ b/mentoring/new-contributor-orientation/new-contributor-resources.md @@ -1,5 +1,7 @@ # Getting Started with Kubernetes Development +[< Back to New Contributor Orientation](../README.md) + ## Join the Community - 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) From 2c8e9e78abafd584c8f9efb509209567d73fcd93 Mon Sep 17 00:00:00 2001 From: Henrique Santana <43079979+henriquesantanati@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:12:29 +0000 Subject: [PATCH 3/3] Add the NCP in the Join the Community list --- .../new-contributor-orientation/new-contributor-resources.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mentoring/new-contributor-orientation/new-contributor-resources.md b/mentoring/new-contributor-orientation/new-contributor-resources.md index 88bedd34d75..2c0580b89fc 100644 --- a/mentoring/new-contributor-orientation/new-contributor-resources.md +++ b/mentoring/new-contributor-orientation/new-contributor-resources.md @@ -1,7 +1,5 @@ # Getting Started with Kubernetes Development -[< Back to New Contributor Orientation](../README.md) - ## Join the Community - 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) @@ -9,6 +7,7 @@ - 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 +- Participate in the [New Contributor Orientation](../README.md) to get an introduction to Kubernetes development and the community. ## Getting Familiar with the Process