Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 930 Bytes

File metadata and controls

33 lines (22 loc) · 930 Bytes

Contributing

Contributions are always welcome. Please follow the next recommendations:

  1. Create a new branch from main
  2. Modify relevant files to achieve your aim
  3. Test new code locally
  4. Push your new branch to origin
  5. Then create a pull request to the main branch.

Testing

Unit test files should be named [filename].test.js. We use Jest for testing.

To start tests locally:

  1. go to apps/condo
  2. run yarn dev in separated terminal
  3. run yarn worker in separated terminal
  4. run yarn test

Localization

Check localization.md

Contributor License Agreement

By submitting a pull request, you agree to transfer all rights, title, and interest in your contributions (including copyright) to the repository owner. This ensures the project can be maintained and licensed freely.

If you disagree, do not contribute.

Questions?

Open an issue for discussions.