From 0477f6bbea431c70f1468652d9119a69774a4dfa Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 25 Jan 2010 14:54:29 -0700 Subject: Forgot the pull request one --- _posts/2009-06-16-forking.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2009-06-16-forking.textile b/_posts/2009-06-16-forking.textile index c6bdc87..04303dc 100644 --- a/_posts/2009-06-16-forking.textile +++ b/_posts/2009-06-16-forking.textile @@ -32,7 +32,7 @@ h2. Pushing your changes Now that we've got our fork, we need to make a few changes and commit them locally. Once you've done this, it's time to push your updated branch.
$ git push origin master
-After you've pushed your commit(s) you need to inform the project owner of the changes so they can pull them into their repo. From your project's page, click the !http://github.com/images/modules/repos/pull_request_button.png! button. Fill in a note and pick who to send the request to. In large projects it is important that you *do not* send the request to every person who's touched the project. Make sure you're only sending to the people who care, the user(s) that manage the core project repo. +After you've pushed your commit(s) you need to inform the project owner of the changes so they can pull them into their repo. From your project's page, click the "pull request" button. Fill in a note and pick who to send the request to. In large projects it is important that you *do not* send the request to every person who's touched the project. Make sure you're only sending to the people who care, the user(s) that manage the core project repo. _Note that some projects do not accept pull requests. Make sure you submit your request to the place they want it, or you will probably just be ignored._ -- cgit v1.3.1