Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.17 KB

Contributing to this project

Using the Issue Tracker

Use the issue tracker for bug reports, feature requests and pull requests; but please follow these restrictions:

  • Don't use it for personal support requests. StackOverflow is a great community that has exactly this purpose.
  • Keep the conversation on-topic. Please don't go troll there.

Pull Requests

We appreciate any code contribution, they're welcome! However, we'd like you to follow some conventions:

Commits

Testing

Be sure to always test your code. This is very important to ensure that it will always work. We currently use nodeunit as our test framework.

Code style

Follow jQuery code style guide, with two exception:

  1. max is 100 chars per line
  2. 4 spaces for indentation

but don't worry much about it, JSCS will catch most of it.