Skip to content

Commit

Permalink
Add Contributing section.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenv committed Mar 12, 2013
1 parent 4540a0c commit 757c6f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -77,6 +77,18 @@
}); });
}); });


## Contributing

In lieu of a formal styleguide, take care to maintain the existing coding
style. Add unit tests for any new or changed functionality.

All source-code is written in CoffeeScript and is located in the `src`
folder. Do not edit the generated files in `lib`, they will get overwritten
(and aren't included in git anyway).

You can build and test your code using [Grunt](http://gruntjs.com/). The
default task will clean the source, compiled it and run the tests.

## License ## License


(The MIT License) (The MIT License)
Expand Down

0 comments on commit 757c6f0

Please sign in to comment.