-
Please do not send pull requests to the
stable
branch. -
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.
-
If fixing a bug, create a new ticket describing the bug and refer the ticket number in the commit message.
-
Please run all the unit tests by running
grunt
before committing and sending pull requests. -
If adding or modifying a feature, be sure to update:
-
the appropriate QUnit unit tests in tests/jquery-cloneya.html.
-
the appropriate demo in demo/index.html.
-
the Wiki
-
the examples in the
gh-pages
branch that shows up on the pages here -
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.