Contributions are always welcome. Please follow the next recommendations:
- Create a 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
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.
Open an issue for discussions.