Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 552 Bytes

File metadata and controls

50 lines (30 loc) · 552 Bytes

Contributing

Steps to contribute

  1. Clone Repository
git clone git@github.com:synrgy-5-fsw-1-cihuy/sapi-3-pattern.git
  1. Open folder
  2. Create new branch

git checkout -b <branch-name>

  1. Install dependencies / libs

npm install

  1. Add new feature (in controller and routes)
  2. Add commit

git add .
git commit -m "Add new feature"

  1. Pull master branch before push
git pull origin master
  1. Push to your remote branch
git push origin <branch-name>
  1. Make a pull request in github