From d1d52bb7d4c1f9ad4703aeb17027135bcfc41a7d Mon Sep 17 00:00:00 2001 From: emailweixu Date: Tue, 25 Oct 2016 18:49:40 -0700 Subject: [PATCH] Update contribute_to_paddle.md (#248) --- doc/build/contribute_to_paddle.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/build/contribute_to_paddle.md b/doc/build/contribute_to_paddle.md index 06fcff61720..bbdbb4d4227 100644 --- a/doc/build/contribute_to_paddle.md +++ b/doc/build/contribute_to_paddle.md @@ -99,3 +99,7 @@ git pull --rebase upstream HEAD git push -f origin HEAD ``` Now your Pull Request is updated with the latest version. + +## Revise your pull request + +When you revise your pull request according to reviewer's comments, please use 'git commit' instead of 'git commit --amend' to commit your changes so that the reviewers can see the difference between the new pull requrest and the old pull request. -- GitLab