Pull requests will not be accepted without:
- All unit/functional tests working.
- Any potentially affected example files still functional.
- Any additional functionality covered by unit/functional tests.
- Code should be linted without errors (
npm run lint
).