From 792c4449263e24c5c95ee1567e0187e13eb4f45c Mon Sep 17 00:00:00 2001 From: Heena Khan <36291376+Heena-PyCloud@users.noreply.github.com> Date: Tue, 21 Apr 2020 07:58:56 +0530 Subject: [PATCH] Link to GitHub list of good first issues (#20196) * Added hyperlink in line 19 Added a hyperlink https://github.com/kubernetes/website/contribute at line 19 (Improve existing content ) which points to "good first issue," available. This will help new contributors to make their first contribution. * Update _index.md * Update content/en/docs/contribute/_index.md Co-Authored-By: Tim Bannister Co-authored-by: Jim Angel Co-authored-by: Tim Bannister --- content/en/docs/contribute/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index 04ee66c896..c6aa348125 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -44,6 +44,7 @@ roles and permissions. ## Your first contribution - Read the [Contribution overview](/docs/contribute/new-content/overview/) to learn about the different ways you can contribute. +- See [Contribute to kubernetes/website](https://github.com/kubernetes/website/contribute) to find issues that make good entry points. - [Open a pull request using GitHub](/docs/contribute/new-content/new-content/#changes-using-github) to existing documentation and learn more about filing issues in GitHub. - [Review pull requests](/docs/contribute/review/reviewing-prs/) from other Kubernetes community members for accuracy and language. - Read the Kubernetes [content](/docs/contribute/style/content-guide/) and [style guides](/docs/contribute/style/style-guide/) so you can leave informed comments.