diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-11 13:01:58 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-11 22:04:56 +0200 |
commit | 276a35c75c6eef958d5987450492981871efbe9b (patch) | |
tree | fe79a99f7af1dd4b4d4064332a4c1529010d3b80 /CONTRIBUTING.md | |
parent | 0f31acd0ec9b8a6ccfe9c6b0038736ad724814c0 (diff) | |
download | gitlab-ce-276a35c75c6eef958d5987450492981871efbe9b.tar.gz |
Linked to new styleguides
This way HoundCI makes more sense.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6aa42509cf..5b974b478b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,10 @@ For examples of feedback on merge requests please look at already [closed merge ## Style guides -1. [Ruby style guide](https://github.com/bbatsov/ruby-style-guide) -1. [Rails style guide](https://github.com/bbatsov/rails-style-guide) -1. [CoffeeScript style guide](https://github.com/polarmobile/coffeescript-style-guide) -1. [Shell command guidelines](doc/development/shell_commands.md) +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) |