Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 963 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 963 Bytes

Introduction

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!

Steps

  1. Fork this repository
  2. Create a branch
  3. Commit your changes
  4. Push your commits to the branch
  5. Submit a pull request

Before working on PR

Make sure you run

  • yarn install
  • yarn prepare
  • yarn prettier
  • yarn lint:fix
  • yarn build

Styleguide

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.