We welcome contributions. Before submitting a pull request, please check the following:
(1) Branch from and submit back to the master
branch
(2) If adding or changing a feature, add documentation to README.md
(3) Squash your changes down to one commit.
(4) If your PR becomes unmergeable due to other merged changes, rebase it on the latest master
branch
(5) Run eslint and fix any errors:
npm i
npm run lint