diff options
| author | Chris Rebert <[email protected]> | 2014-02-04 13:21:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-04 13:21:45 -0800 |
| commit | cd8a896ce6b1ebd210916932c3776b1f25f83e55 (patch) | |
| tree | e76218e569a1366873ffcdc2187eb6ee87dd2810 | |
| parent | ef3c560a06cce3b48a40f111d8bd8dd4bc2b2f9d (diff) | |
| parent | 0ed6075010f90a8722e77a9b24ad8d9fd99c0189 (diff) | |
| download | bootstrap-cd8a896ce6b1ebd210916932c3776b1f25f83e55.tar.xz bootstrap-cd8a896ce6b1ebd210916932c3776b1f25f83e55.zip | |
Merge pull request #12554 from ZDroid/grunt-test-note
Add `grunt test` note
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 304a983d2..e0021c8e5 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 |
