Make sure that what you trying to fix really a bug, or if adding feature that is good way to solve your task.
- Fork the repo and install stuff:
- Run
yarn installin root folder - Run
yarn demofor install demo deps, compile library and run the demo project
-
Write code! Add some feature or fix bug. Use
yarn commitcommand, it's enforce good practices for commits. -
Check that all tests passed(unit and e2e) and add tests for your code. You can use yarn test --watch for run tests in watch mode
-
Update readme and example (if needed)
-
Make commit and Pull Request, review, approval and merge.