From 5e1ed1b534d8b582aadaef0f090249cfda36e24c Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 19 Oct 2018 11:45:18 -0400 Subject: [PATCH] Add hyperlink to git page in CONTRIBUTING.md Signed-off-by: Marc Khouzam --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e6e49380..7958a9adb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -174,7 +174,7 @@ contributing to Helm. All issue types follow the same general lifecycle. Differe 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. + If you forgot to sign some commits that are part of the contribution, you can ask [git to rewrite your commit history](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History). 1. Submit a pull request. Coding conventions and standards are explained in the official developer docs: