Dear contributor,
The repository you are contributing code to is also available with a different license on xs:code.
I am using xs:code to offer paid access to a permissive licensed version of the code.
In order to accept your contribution to this GPL licensed version, and to be able to use the contribution on the MIT licensed version as well, I ask that you sign this CLA (Contributor license agreement) and send it to [email protected].
Without signing the CLA, I will not be able to accept your contribution.
Thank you for your contribution and for your cooperation.
Before create issue:
- check for existing issues.
- create pen on Codepen.io with your problem.
- describe the problem in detail.
The master
branch is basically just a snapshot of the latest stable release. Do not submit PRs against the master
branch.
To create pull request:
- Each pull request should close
one problem
. - Check that you are using the latest version of the library.
- Create pull request to the
latest develop branch
(greatest number). - The patch must contains only files in source folders:
less
andjs
. - The patch to
docs
must contains onlyhtml
files in thedocs
folder. - Add patch keyword to your pull request title:
fix bug
,update feature
,add feature
. - If you are resolving a special issue, add
(fix #xxxx[,#xxx])
(#xxxx is the issue id) in your PR title.