Before creating an issue, please search for similar issues. It's possible somebody has encountered this issue already.
If you want to contribute to the repository, here's a quick guide:
- Fork the repo.
- develop your code changes:
npm install -d
- Test your changes:
npm test
- Commit your changes
- Push to your fork and submit a pull request