Skip to content

Commit

Permalink
Updated to include test step
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Jul 9, 2013
1 parent 0e65937 commit 46887eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -17,7 +17,9 @@ Assuming that you don't see any red, you're ready to go. Just be sure to run `gr
## Submitting pull requests

1. Create a new branch, please don't work in your `master` branch directly.
1. Add failing tests for the change you want to make. Run `grunt` to see the tests fail.
1. Fix stuff.
1. Run `grunt`
1. Run `grunt` to see if the tests pass. Repeat steps 2-4 until done.
1. Open `test/*.html` unit test file(s) in actual browser to ensure tests pass everywhere.
1. Update the documentation to reflect any changes.
1. Push to your fork and submit a pull request.

0 comments on commit 46887eb

Please sign in to comment.