- Fork this repo. Please be sure to use the current master branch as your starting point:
https://github.com/sparkplug/momoapi-node
- You'll be redirected to:
https://github.com/your-username/momoapi-node
- Clone the repository:
git clone https://github.com/your-username/momoapi-node.git
- Install the project dependencies:
npm install
or
yarn
-
Open in the text editor of your choice
-
Create a New Branch from master: Please make the branch name descriptive.
cd momoapi-node
git branch new-branch
git checkout new-branch
- Make your edits locally:
git add -A
- Commit the changes:
git commit -m "Commit Message Here"
- Submit a pull request:
git push --set-upstream origin new-branch-name