From 26161b1731ee97d65bc842a7445727f48ede8884 Mon Sep 17 00:00:00 2001 From: Goal Smashers Dev Team Date: Tue, 4 Mar 2014 06:50:06 +0000 Subject: [PATCH] Adds a link to our style guide. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b0737e..20ee92fe 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ First clone the source, then run: 2. Add test(s) veryfying the problem. 3. Fix the problem. 4. Make sure all tests still pass (`npm test`). -5. Make sure your code doesn't break style rules (`npm run check`). +5. Make sure your code doesn't break style rules (`npm run check`) and follow all [other ones](https://github.com/GoalSmashers/clean-css/wiki/Style-Guide) too. 6. Send a PR. If you wonder where to add tests, go for: -- 2.34.1