Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 597 Bytes

Contributing

You are welcome to contribute!

Issue

Whether you have found a bug or want to request a feature please open an issue.

Pull request

Rules

  • Commit messages must comply with Conventional Commits specification.

  • PR must pass all the tests in order to proceed with code review.

  • PR must NOT include any changes which are not releated to the actual fix or feature.

  • The code changes must not increase time or space complexity.

Testing

yarn test