From c5dc277c85510a821468587ccb33b9965d9643f7 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 19 Feb 2015 12:14:01 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5c700b2d..60c8e74e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,14 +14,6 @@ When submiting a bug report, please include a set of steps to reproduce the issu Please create a fork of this [jsfiddle](http://jsfiddle.net/efp8z6Ln/) to demonstrate bugs. -### Style Guide - -Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI. - -[Language](http://semantic-ui.com/guide/styleguide.html) -[CSS](http://semantic-ui.com/guide/cssguide.html) -[Javascript](http://semantic-ui.com/guide/javascriptguide.html) - ### Pull Requests Anyone can jump on the issues board and grab off bugs to fix. This is probably the best way to become a contributor to Semantic. Be sure to adhere to the style guides when submitting code.