Skip to content

Commit

Permalink
Mention about testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariya Hidayat committed Jun 28, 2011
1 parent f24ca6d commit 7c775e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ For the actual contribution, please use [Github pull request](http://help.github

Please do not create a pull request for multiple unrelated commits. It is strongly recommended to create a topic branch and make the commits as atomic as possible for the merge. This makes it easy to review all the changes.

Make sure that your code passed [JSLint](http://jslint.com) checks.
Make sure that your code passes [JSLint](http://jslint.com) checks.

Make sure your patch does break existing tests (open <code>test.htm</code> in a web browser).

If you add a new feature, create a new test associated with that. Feature or enhancement pull request without a corresponding test will **not** be merged.

## License ##

Expand Down

0 comments on commit 7c775e8

Please sign in to comment.