Explain the selected workflow to contributors
This branch contains latest stable version of the app
This branch contains new working version of the app
Every new feature have to be committed on a separrated branch named feat/<BRANCH_NAME>
Every fix hav to be committed on a separrated branch named fix/<BRANCH_NAMED>
Every merge have to be done via a Github pull request from the working branch (fix, feat, doc, etc...) to the develop branch
To make a new RELEASE just create a Github pull request from develop to master
We goal to follow the Angular JS commit convention for this repository.
Please visit Angular commit convention