We welcome contributions! Please follow these steps when contributing:
- Create an issue describing your proposed change.
- If your proposed change is accepted, fork the repo and make your changes.
- Use the same coding style as the existing code.
- Ensure all tests pass (
npm test
), and add new tests as appropriate. - Submit a pull request, referencing the issue it addresses.