diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-11 22:04:18 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-11 22:04:56 +0200 |
commit | 47f3eec515c8585595394323f15b1b454fdbb734 (patch) | |
tree | 96525ff505c58f2da177be0f2b6e3468aae33de7 /CONTRIBUTING.md | |
parent | 276a35c75c6eef958d5987450492981871efbe9b (diff) | |
download | gitlab-ce-47f3eec515c8585595394323f15b1b454fdbb734.tar.gz |
Put the bbatsov back in
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b974b478b6..290804e6187 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,11 +106,10 @@ For examples of feedback on merge requests please look at already [closed merge 1. It conforms to the following style guides ## Style guides - -1. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting) -2. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming) -3. [Ruby](https://github.com/thoughtbot/guides/tree/master/style#ruby) -4. [Rails](https://github.com/thoughtbot/guides/tree/master/style#rails) -5. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript) -6. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing) -7. [Shell commands](doc/development/shell_commands.md) +1. [Ruby](https://github.com/bbatsov/ruby-style-guide) +2. [Rails](https://github.com/bbatsov/rails-style-guide) +3. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting) +4. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming) +8. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing) +7. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript) +9. [Shell commands](doc/development/shell_commands.md) |