If you'd like to discuss a change you want to make before spending the time to write the code, please submit a new issue first and we can discuss it there.
- Make sure you haven't broken any tests by running
npm test - Write new unit tests for your change and make sure it covers
your modified code by running
npm run coverageand looking at the output incoverage/lcov-report/index.html - If you are adding a feature, make sure it is documented in the
README.mdfile. - Update the
CHANGELOG.mdfile to reflect your change.