From d25281ea1804ef1d2964b3510d0750f65606d4df Mon Sep 17 00:00:00 2001 From: Karan Thakkar Date: Wed, 17 Aug 2016 16:29:39 +0530 Subject: [PATCH] Update contribution guideline --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9235d7774cc..52bc961beac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -294,8 +294,7 @@ why it was rejected and what changes are needed. Many Pull Requests, especially first Pull Requests, require correction or updating. If you have used the GitHub interface to create your PR, you will need -to close your PR, create a new branch, and re-submit. This is because you cannot -squash your commits via the GitHub interface. +to close your PR, create a new branch, and re-submit. If you have a local copy of the repo, you can make the requested changes and amend your commit with: `git commit --amend` This will update your existing