From 44ced6f09a55b4f872c4963beb04544c4f52213d Mon Sep 17 00:00:00 2001 From: Sreeram Venkitesh Date: Thu, 10 Aug 2023 10:23:38 +0530 Subject: [PATCH] Added new contributor ambassador role to contributing guide --- content/en/docs/contribute/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index b4c7d838fa704..beb64464043e8 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -158,6 +158,10 @@ Figure 2. Preparation for your first contribution. - Learn about [page content types](/docs/contribute/style/page-content-types/) and [Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/). +## Getting help when contributing + +Making your first contribution can be overwhelming. The [New Contributor Ambassadors](https://github.com/kubernetes/website#new-contributor-ambassadors) are there to walk you through making your first few contributions. You can reach out to them in the [Kubernetes Slack](https://slack.k8s.io/) preferably in the `#sig-docs` channel. There is also the [New Contributors Meet and Greet call](https://www.kubernetes.dev/resources/calendar/) that happens on the first Tuesday of every month. You can interact with the New Contributor Ambassadors and get your queries resolved here. + ## Next steps - Learn to [work from a local clone](/docs/contribute/new-content/open-a-pr/#fork-the-repo)