From 89f6beafa76a571e60b4282c95313351b10eefdd Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Thu, 18 Oct 2018 14:09:37 -0400 Subject: [PATCH] Update Contributing.md to remove mention of CLA Signed-off-by: Marc Khouzam --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23dc297b0..1e6e49380 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -172,9 +172,10 @@ contributing to Helm. All issue types follow the same general lifecycle. Differe ## How to Contribute a Patch -1. If you haven't already done so, sign a Contributor License Agreement (see details above). -2. Fork the desired repo, develop and test your code changes. -3. Submit a pull request. +1. Fork the repo, develop and test your code changes. +1. Use sign-off when making each of your commits (see [above](#sign-your-work)). + If you forgot to sign some commits that are part of the contribution, you can use git's Rebase Interactive feature to fix those. +1. Submit a pull request. Coding conventions and standards are explained in the official developer docs: https://github.com/helm/helm/blob/master/docs/developers.md