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
main
branch.
Unit test files should be named [filename].test.js
. We use Jest for testing.
To start tests locally:
- go to
apps/condo
- run
yarn dev
in separated terminal - run
yarn worker
in separated terminal - run
yarn test
Check localization.md