From 1ecbe95eea301b508cf4565ab3e3591cceb68fd9 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Fri, 3 Feb 2017 10:24:10 +0100 Subject: [PATCH] Improve links from CONTRIBUTING. - point to most recent version of k8s-wide docs, not some frozen version - actually mention the ingress-specific development guide --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e61ac31d..5f7ff1f91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,10 +22,11 @@ If you're new to the project and want to help, but don't know where to start, we ## Contributing A Patch 1. If you haven't already done so, sign a Contributor License Agreement (see details above). +1. Read the [Ingress development guide](docs/dev/README.md) 1. Fork the desired repo, develop and test your code changes. 1. Submit a pull request. -All changes must be code reviewed. Coding conventions and standards are explained in the official [developer docs](https://github.com/kubernetes/kubernetes/tree/8a2c639bfb2087a9a89c02d2dc30fcb9bd0846f6/docs/devel). Expect reviewers to request that you avoid common [go style mistakes](https://github.com/golang/go/wiki/CodeReviewComments) in your PRs. +All changes must be code reviewed. Coding conventions and standards are explained in the official [developer docs](https://github.com/kubernetes/kubernetes/tree/master/docs/devel). Expect reviewers to request that you avoid common [go style mistakes](https://github.com/golang/go/wiki/CodeReviewComments) in your PRs. ### Merge Approval