From a3da90f9f5b6eac6b519c241521c99a04669967c Mon Sep 17 00:00:00 2001 From: "Leon(@mediocreDevops)" Date: Wed, 28 Sep 2022 19:52:35 +0530 Subject: [PATCH] Added a Link to the New Contributors Tips (#9072) This adds a link to the new contributor tips in the developer guide present on the docs page Signed-off-by: afro-coder Signed-off-by: afro-coder --- docs/developer-guide/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/developer-guide/getting-started.md b/docs/developer-guide/getting-started.md index 8d500f147..fbf251790 100644 --- a/docs/developer-guide/getting-started.md +++ b/docs/developer-guide/getting-started.md @@ -88,3 +88,6 @@ and then publish such version with ```console docker push $REGISTRY/controller:$TAG ``` + +### New Contributor Tips +New contributors can refer to the [new contributor tips](https://github.com/kubernetes/ingress-nginx/blob/main/NEW_CONTRIBUTOR.md) which will be updated with examples and tips.