Contributions are always welcome. Please follow next recommendations:
- Create new branch from
main - Modify relevant files to achieve your aim
- Test new code locally
- Push your new branch to origin
- Then create a pull request to the
mainbranch.
Unit test files should be named [filename].test.js. We use Jest for testing.
To start tests locally:
- go to
apps/condo - run
yarn devin separated terminal - run
yarn workerin separated terminal - run
yarn test
Check localization.md