From 4de555fb883619cb9f61959b36ddcd707ff0787d Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 31 Jan 2014 14:18:35 -0800 Subject: [PATCH] note in readme about jshint/jscs --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 9c8f611..c5119b0 100644 --- a/readme.md +++ b/readme.md @@ -61,6 +61,16 @@ This will output a URL that you can visit in a browser. Alternatively, you can r karma start --single-run --browsers PhantomJS +Before Contributing +------------------- + +Before contributing changes in the form of a pull request, +please make sure you have successfully ran the automated tests (instructions above) +as well as checked your code for any quality/styling errors. To do this, run: + + grunt check + + [fc-homepage]: http://arshaw.com/fullcalendar/ [git]: http://git-scm.com/ [node]: http://nodejs.org/