contributing.md

December 3, 2013 ยท View on GitHub

Contributing

Filing Issues

If you have found an issue or bug with this library, by all means file it! Just make sure your issue has a clear title and description and specific steps that can be followed to replicate and isolate the problem.

Pull Requests

If you are writing a pull request, these tips will help to make it accepted real quick:

Running Tests

To run the test suite, just run mocha or npm test. Everything required for testing is in the test folder (surprise surprise) and should be pretty straightforward. This test suite uses mocha and should.js.