diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f89ff82ca..4097c4434 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,18 +12,6 @@ If you are looking to be added to contributor board on Semantic and are active i One of the easiest ways to support Semantic UI is to get the word out - - - - - - -[](https://twitter.com/intent/tweet?button_hashtag=semanticui) - - ## Making Semantic Better ### Bugs & Issues @@ -36,9 +24,9 @@ When submiting a bug report, please include a set of steps to reproduce the issu 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](/guide/styleguide.html) - [CSS](/guide/cssguide.html) - [Javascript](/guide/javascript.html) +[Language](http://semantic-ui.com/project/guide/styleguide.html) +[CSS](http://semantic-ui.com/project/guide/cssguide.html) +[Javascript](http://semantic-ui.com/project/guide/javascript.html) ### Pull Requests @@ -55,10 +43,8 @@ If you have suggestions for components missing from Semantic which you'd like to #### Visit UI Development Boards -
- [Public](https://trello.com/b/Q8uTLy2T) - [Contributor](https://trello.com/b/yVsh5Rds) -
+[Public](https://trello.com/b/Q8uTLy2T) | +[Contributor](https://trello.com/b/yVsh5Rds) ## Specification Development @@ -68,10 +54,8 @@ These features are very important for the healthy growth of the Semantic ecosyst #### Visit Community Development Boards -
- [Public](https://trello.com/b/FZvMsVIM) - [Contributor](https://trello.com/b/eOoZwNBQ) -
+[Public](https://trello.com/b/FZvMsVIM) | +[Contributor](https://trello.com/b/eOoZwNBQ) --- @@ -94,27 +78,26 @@ Make sure npm does not require sudo to operate, this might cause permissions iss ### 2) Install Dependencies -
- npm install -g docpad -
+```bash +npm install -g docpad +``` -
- npm install -g grunt-cli -
+```bash +npm install -g grunt-cli +``` ### 3) Fork Semantic - +[Fork](https://github.com/jlukic/Semantic-UI/fork) ### 4) Start Your Server It's important to note that all server code exists inside of `/node` in the project. So all commands should be run relative to that directory. -
- cd node - docpad run -
+```bash +cd node +docpad run +``` Docpad should now run an instance of semantic-ui.com locally you can access at `http://localhost:9778` @@ -149,7 +132,5 @@ We are working to create development kits for writing and distributing third par For more information on the development of the UI specification for third party components, please visit our community discussion boards on Trello #### Development Boards -
- [Public](https://trello.com/b/FZvMsVIM) - [Contributor](https://trello.com/b/eOoZwNBQ">Contributor) -
\ No newline at end of file +[Public](https://trello.com/b/FZvMsVIM) | +[Contributor](https://trello.com/b/eOoZwNBQ)