Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 427 Bytes

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