Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 653 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 653 Bytes

Issues

We take all manner of questions, suggestions, and bug reports. Feel free to open an issue regarding anything and it'll get looked at! If you have a bug report, please include a jsfiddle!

Pull Requests

Please accompany all pull requests with the following (where appropriate):

  • unit tests
  • jsfiddle
  • documentation updates
  • examples (for new options being added)

Additionally, when you are ready to submit your PR, please rebase your commits against the latest master branch so they are easier to examine!

Also, please note, your code will not be merged if it does not pass our CI test. Thanks for your contribution!