- Fork the repo
- Clone the forked repo
$ git clone FORKED_REPO
- Install the dependencies
$ yarn install
- Check out a new branch based and name it to what you intend to do:
$ git checkout -b BRANCH_NAME
- Run the project
$ yarn dev
- Commit your changes
- Please provide a git message that explains what you've done
- Commit to the forked repository
$ git commit -am 'Add some proper message'
- Push to the branch
$ git push origin BRANCH_NAME
- Make a pull request
- Make sure you send the PR to the
main
branch
- Make sure you send the PR to the
Once done, our developer will review the changes and merge to main
branch