Any contribution which touches code (e.g. not comments and whitespace and documentation) must contain tests. If you're fixing a bug, then you must have a test which reproduces that bug. If you're adding a feature, you must include a test for this feature.
Pull Requests which decrease code coverage will not be accepted.
All altered files must adhere to the eslint rules.
Please append your name in the package.json
authors section as you contribute.