Merge pull request #736 from rjw57/patch-1

CONTRIBUTING: English fixes for PR rebase section
This commit is contained in:
Igor Zhukov 2015-03-19 20:24:37 +03:00
commit 8d5c17be21

View File

@ -43,9 +43,9 @@ $ git push origin improve-contacts-99
* Do a new pull request from your "improve-contacts-99" branch to webogram "master".
#### How do changes suggested on a pull request
#### How to implement changes suggested on a pull request
Some times when you do a PR, you will be asked to correct some code. You can do it on your work branch and commit normally, PR will be automatically updated.
Sometimes when you submit a PR, you will be asked to correct some code. You can make the changes on your work branch and commit normally and the PR will be automatically updated.
``$ git commit -am "Ops, fixing typo"``