Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

53 lines (33 loc) · 1.62 KB

Contributing

If you're interested in contributing to the project, hopefully, this document makes the process for contributing clear.

First of all, read our get involved guide and the development guide to understand how to contribute to this project. Also, read the security guidelines to help us to provide a safe code.

Is very important to, before opening a pull request, assure that you read all docs, and signed the CLA too.

Code of Conduct

iFood has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Commits

This project follows the conventional commit standards, and you must be sure that all your commits are following the pattern.

Pull Request

All pull requests must be opened to the main branch.

Project development

Required

Installing the dependencies

At first, install the dependencies in root directory.

yarn 

Then install the dependencies of the example.

cd example
yarn

Initializing the development environment

At the root of project run the watch script.

yarn watch

In another terminal tab, initialize the example.

cd example
yarn start