- Fork the repo
- Install the dependencies (npm install)
- Create the feature branch (
git checkout -b my-cool-feature) - Commit your changes (
git commit -m "Added a cool new feature!") - Push to your branch (
git push origin my-cool-feature) - Open a pull request