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 <leon9923@gmail.com>

Signed-off-by: afro-coder <leon9923@gmail.com>
This commit is contained in:
Leon(@mediocreDevops) 2022-09-28 19:52:35 +05:30 committed by GitHub
parent 855bcbce34
commit a3da90f9f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.