Skip to content

Latest commit

History

History
27 lines (18 loc) 路 1.26 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) 路 1.26 KB

Repositories

Getting started

To setup the dev environment, please refer to the different repositories instructions from their README.md. The general rule here is:

  • You don't need to clone the API to work on the frontend, there's a docker-compose.yml ready.

  • All projects are configured with smart defaults so you can start all of them on your local machine and they will behave properly.

About code contributions

  • Code must be formatted, either with mix.format for the API or using prettier for npm projects.

  • We value clear commits messages, clear branches names, detailed pull requests

  • Want to help but don't know where to start with? Look for the good first issue label.