Commit 2876f5d51492651dac2bc4077c3712b57c3221e5

Authored by Dmitriy Zaporozhets
2 parents e6809117 e365cd84

Merge pull request #6795 from cirosantilli/markdown-styleguide

Add markdown styleguide.
Showing 1 changed file with 7 additions and 6 deletions   Show diff stats
CONTRIBUTING.md
@@ -107,9 +107,10 @@ For examples of feedback on merge requests please look at already [closed merge @@ -107,9 +107,10 @@ For examples of feedback on merge requests please look at already [closed merge
107 107
108 ## Style guides 108 ## Style guides
109 1. [Ruby](https://github.com/bbatsov/ruby-style-guide) 109 1. [Ruby](https://github.com/bbatsov/ruby-style-guide)
110 -2. [Rails](https://github.com/bbatsov/rails-style-guide)  
111 -3. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting)  
112 -4. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming)  
113 -8. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)  
114 -7. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)  
115 -9. [Shell commands](doc/development/shell_commands.md) 110 +1. [Rails](https://github.com/bbatsov/rails-style-guide)
  111 +1. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting)
  112 +1. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming)
  113 +1. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)
  114 +1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)
  115 +1. [Shell commands](doc/development/shell_commands.md)
  116 +1. [Markdown](http://www.cirosantilli.com/markdown-styleguide)