# Contributing We always welcome pull requests. This guide will help you to ensure that that your time is spent wisely. If you are thinking of introduing a new feature or making a significant change to an existing behavior, discuss it first with the maintainers by creating an issue. ## Process - Fork and clone the repo - Use a text editor with support for .editorconfig - Implement the change - Ensure a new test cases are added to cover new code - Ensure you can run `yarn build` command without errors - Commit and push your changes to your private fork. If you have multiple commits, squash them into one. - Submit a PR