Merge pull request #10249 from karanjthakkar/fix/contrib-guide

Update contribution guideline
pull/10251/head
Mrugesh Mohapatra 2016-08-17 16:41:39 +05:30 committed by GitHub
commit d53a173e26
1 changed files with 1 additions and 2 deletions

View File

@ -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