submitting## Thanks
Thanks for reading this. If you do so - you are probably ready to be an contributor. So lets follow basics setup of development environment.
IF you are using the modern IDE please configure it properly
- VSCode
- Install the following plugins:
ext install streetsidesoftware.code-spell-checkerdo not commit misspelled words or variablesext install Orta.vscode-jestorext install WallabyJs.wallaby-vscodewe prefer TDDext install esbenp.prettier-vscodefor codeStyleext install shinnn.stylelintfor style lintingext install eg2.tslintfor typescript lintingext install asvetliakov.snapshot-toolsfor checking the snapshot files before committing
- Install the following plugins:
- PHPStorm/WebStorm
- Load settings from
config/jetBrains/settings.jar
- Load settings from
We are using yarn so respect this. Just type yarn and you are ready to go
- Code should be formated using prettier
- All tests should pass before pushing
After submitting a merge request you can access a feature demo website available at "deploy/netlify" by clicking on "Details" link
Always use yarn cm command to commit chances
