CONTRIBUTING.md
586 Bytes
Please follow these pull request guidelines:
Update your fork to the latest upstream version.
Follow the coding conventions of the original source files (indentation, spaces, brackets layout).
Code changes must pass JSHint validation with the
.jshintrc
settings of this project.Code changes must pass the QUnit tests defined in the
test
folder.New features should be covered by accompanying QUnit tests.
Keep your commits as atomic as possible, i.e. create a new commit for every single bug fix or feature added.
Always add meaningful commit messages.