From 09b03d35a1f54e251f2edc88f8971deea18a0f5e Mon Sep 17 00:00:00 2001 From: Kush Trivedi Date: Fri, 28 Aug 2020 15:11:52 +0530 Subject: [PATCH] chore: link to Start Contributing in CONTRIBUTING.md Signed-off-by: Kush Trivedi --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5f2c4ce05..9fe6cea5f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,3 +35,5 @@ Note that code issues should be filed against the main kubernetes repository, wh ### Submitting Documentation Pull Requests If you're fixing an issue in the existing documentation, you should submit a PR against the master branch. Follow [these instructions to create a documentation pull request against the kubernetes.io repository](http://kubernetes.io/docs/home/contribute/create-pull-request/). + +For more information, see [contributing to Kubernetes docs](https://kubernetes.io/docs/contribute/).