Commit fc6517f1da4dec8c43ab18c4790f3b9b1fcb1208
Exists in
spb-stable
and in
3 other branches
Merge pull request #6752 from jvanbaarsen/new-styleguides
Linked to new styleguides
Showing
1 changed file
with
7 additions
and
5 deletions
Show diff stats
CONTRIBUTING.md
... | ... | @@ -106,8 +106,10 @@ For examples of feedback on merge requests please look at already [closed merge |
106 | 106 | 1. It conforms to the following style guides |
107 | 107 | |
108 | 108 | ## Style guides |
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) | |
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) | ... | ... |