Skip to content

Commit

Permalink
Update pull request workflow
Browse files Browse the repository at this point in the history
Since repository next, the process for creating pull requests has changed
a little bit
  • Loading branch information
robin850 committed Jul 20, 2013
1 parent 7409630 commit fd8ca5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contribute.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Once done, you can submit the Pull Request by pushing your branch to your fork:
$ git push origin fix-my-patch
```

Go to www.github.com and press the _Pull Request_ button. Add a short description to this Pull Request and submit it.
Go to your fork on Github, switch to your patch's branch (in the above example,
it's `fix-my-patch`) and click on the "Compare and pull request" button. Add a
short description to this Pull Request and submit it!

## Running Unit Tests ##

Expand Down

0 comments on commit fd8ca5f

Please sign in to comment.