First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks!
Fork
this repository- Create a
branch
Commit
your changesPush
yourcommits
to thebranch
- Submit a
pull request
Make sure you run
yarn install
yarn prepare
yarn prettier
yarn lint:fix
yarn build
To format files according to the rules, run yarn lint:fix
, yarn lint
- just show all the errors and warnings.
Note: don't forget to write interfaces to objects
And that's all.