···11-# Contributing
22-33-First of all, thank you for your consideration for contributing to this project! All requests and questions are greatly appreciated.
44-55-## Environment
66-77-Ensure that both `node` and `npm` are installed on your machine.
88-99-[](https://github.com/standard/standard)
1010-1111-Make sure that you have the [StandardJS](https://standardjs.com/#are-there-text-editor-plugins) and [Editorconfig](http://editorconfig.org/) plugins installed for your respective text editors!
1212-1313-## Local Testing
1414-1515-Running `npm test` is pretty good for basic testing. It's always helpful to add tests!
1616-1717-If your changes fail the test suite, either fix your code or refactor the tests to reflect the additions/changes. Also try to keep code coverage at least 90%.