From 0ed6075010f90a8722e77a9b24ad8d9fd99c0189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 3 Feb 2014 17:20:31 +0100 Subject: [PATCH] Add `grunt test` note --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d7b0fb6a6..b31dc60596 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -183,6 +183,10 @@ license your work under the terms of the [MIT License](LICENSE.md). - strict mode - "Attractive" +### Checking coding style + +Run `grunt test` before committing to ensure your changes follow our coding standards. + ## License