Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 473 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 473 Bytes

Issues

Before creating an issue, please search for similar issues. It's possible somebody has encountered this issue already.

bug report

Pull Requests

If you want to contribute to the repository, here's a quick guide:

  1. Fork the repo.
  2. develop your code changes: npm install -d
  3. Test your changes: npm test
  4. Commit your changes
  5. Push to your fork and submit a pull request