From 47ca406c5ab789f5dfc645ccfb62817bdfab0845 Mon Sep 17 00:00:00 2001 From: Will Stevens Date: Wed, 1 Apr 2015 17:21:03 -0400 Subject: [PATCH] CONTRIBUTING.md: changed wording around modifying pull requests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6397b6e29a1..95d7a854ee5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,7 +88,7 @@ To initiate the pull request, do the following: 3. Validate the pull request will be into the upstream `master` and will be from your `feature_x` branch 4. Enter a detailed description of the work you have done and then click '**Send pull request**' -If you are requested to make modifications to your proposed changes, make the changes locally on your `feature_x` branch, re-push the changes to your fork and submit the pull request again. +If you are requested to make modifications to your proposed changes, make the changes locally on your `feature_x` branch, re-push the `feature_x` branch to your fork. The existing pull request should automatically pick up the change and update accordingly. Cleaning up after a successful pull request