CONTRIBUTING.md
801 Bytes
Contribution guidelines
Install/update the dependencies:
npm installMake sure the code lints:
npm run lintMake sure all of the tests pass:
npm testAdhere to the coding conventions that are used elsewhere in the codebase.
New code must have new unit tests.
New features or changes to existing features must be documented in the readme file.
Add yourself to the authors file.
Feel free to open an issue first, if the change is one that you think needs some discussion.