When submitting a pull request, it's important that you squash your commits to keep our repository concise and clean.
You will need to use VIM to do this.
Make sure your branch is up to date with the master branch.
- Run
git rebase -i master
. - VIM will be opened