You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ek...@apache.org on 2015/04/02 15:29:21 UTC

[2/4] git commit: updated refs/heads/master to 20a663a

Fixed the pull request step to make sure the correct branch is selected


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9ed24945
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9ed24945
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9ed24945

Branch: refs/heads/master
Commit: 9ed249458dfdd70241c9c9626c775249217a2c34
Parents: dc84b5b
Author: Will Stevens <ws...@cloudops.com>
Authored: Wed Apr 1 17:12:28 2015 -0400
Committer: Will Stevens <ws...@cloudops.com>
Committed: Wed Apr 1 17:12:28 2015 -0400

----------------------------------------------------------------------
 CONTRIBUTING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9ed24945/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 46b2688..6397b6e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -85,7 +85,8 @@ To initiate the pull request, do the following:
 
 1. In your browser, navigate to your forked repository: [https://github.com/YOUR_ACCOUNT/cloudstack](https://github.com/YOUR_ACCOUNT/cloudstack)
 2. Click the new button called '**Compare & pull request**' that showed up just above the main area in your forked repository
-3. Enter a detailed description of the work you have done and then click '**Send pull request**'
+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.