From 311bcbb7ed99af23b3af94310e93f7515956a82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20Burc=C4=83?= Date: Sun, 10 Feb 2013 17:19:22 +0200 Subject: [PATCH] mention styleguide to new contributors --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3135baf4..5245c868 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ following in mind: * If your contribution changes any Jekyll behavior, make sure to update the documentation. It lives in site/_posts. If the docs are missing information, please feel free to add it in. Great docs make a great project! +* Please follow the [Github Ruby Styleguide](https://github.com/styleguide/ruby) when modifying Ruby code. Test Dependencies -----------------