- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn
- Build the code, start the app, and watch for changes:
yarn start
- Create your feature branch based on
development
, name your branch with the "feature/" prefix, then the number of your ticket or issue, and then three dashes and at least 3 words separated by dashes. Example:feature/1---my-new-feature
. - Commit your changes
git commit -am 'Add some feature'
. - Push to the branch
git push feature/1-my-new-feature
. - Create a new Pull Request, with the name of your branch, with the perfix
[F]
if it is a feature, or[B]
if it is a bug. Example:[F] My new feature
. - Once your pull-request has been approved go ahead and merge it.