-
Notifications
You must be signed in to change notification settings - Fork 39
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:
- Create a new branch.
- Do a minor change and commit it. It doesn't matter what change you make. You could just add an extra character readme.md.
- Push up your branch.
- Go on github at the list of branches and click a button "New Pull Request" for your new branch.