Skip to content

Creating a practice pull request

Josh Greig edited this page Jan 23, 2018 · 2 revisions

If you haven't set up your development environment, follow Dev Setup for Windows.

A few command sequences are explained on the git commands wiki. If it isn't clear enough from the git commands wiki, you may need to search online or ask another team member for help.

Create a pull request using the following steps:

  1. Create a new branch.
  2. Do a minor change and commit it. It doesn't matter what change you make. You could just add an extra character readme.md.
  3. Push up your branch.
  4. Go on github at the list of branches and click a button "New Pull Request" for your new branch.
Clone this wiki locally