Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 1.13 KB

How to contribute

  1. Please do not send pull requests to the stable branch.

  2. Please create a new ticket before setting out to add new features or enhancements, so that we may discuss it. Any pull requests without such discussions may not be accepted.

  3. If fixing a bug, create a new ticket describing the bug and refer the ticket number in the commit message.

  4. Please run all the unit tests by running grunt before committing and sending pull requests.

  5. If adding or modifying a feature, be sure to update:

  6. the appropriate QUnit unit tests in tests/jquery-cloneya.html.

  7. the appropriate demo in demo/index.html.

  8. the Wiki

  9. the examples in the gh-pages branch that shows up on the pages here

  10. If for some reason, you can't do 3 and 4, let us know by creating a new ticket. If you don't, the pull request won't be accepted (sorry!). 1 and 2 are absolute must.