Commit 276a35c75c6eef958d5987450492981871efbe9b

Authored by Jeroen van Baarsen
1 parent 0f31acd0

Linked to new styleguides

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