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.
We appreciate any code contribution, they're welcome! However, we'd like you to follow some conventions:
- Keep the first line of the message short. If you have more to describe about that commit, do it from the second line.
- Have you finished adding commits? Please squash the PR.
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.
Follow jQuery code style guide, with two exception:
- max is 100 chars per line
- 4 spaces for indentation
but don't worry much about it, JSCS will catch most of it.