Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

38 lines (32 loc) · 1.55 KB

Contributing

First of all, thanks for taking the time to contribute! 👍

How Can I Contribute?

Workflow

  1. Fork repository
  2. Add your changes
    • Ensure that commits messages conforms to Conventional Commits spec.
    • WIP Ensure that all tests are passing
      $ npm run test
  3. Propose your pull-request by your forked branch and specify related issues, if they are exist
    • WIP Ensure that CI is passing for your PR

      Our goal - to dev good-quality solution in every sense