Skip to content

Pull Request How To

RackerWilliams edited this page Dec 4, 2014 · 2 revisions
  1. Fork the project. Don't create new branches here.
  2. Make sure you've added tests to cover your case.
  3. Rebase to master before you commit.
  4. Squash commits that aren't necessary.
  5. Push your changes to a branch on your fork.
  6. Issue a pull-request an existing issue for your problem doesn't already exist.
  7. (NICE TO HAVE) If an existing Issue does exist use hub (https://hub.github.com/) to create a pull-request out of the issue: hub pull-request -i <<issueNumber>> -b rackerlabs:master
Clone this wiki locally