diff options
| author | Rémy Coutable <remy@rymai.me> | 2016-08-02 07:23:20 +0000 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2016-08-02 07:23:20 +0000 |
| commit | 8559a81af6cb593fb12198904a4c284b339fbf73 (patch) | |
| tree | aad7b66845b206572bbff06e2b30ffce6f90ac3a | |
| parent | 632113e43cc3296759b11dc20b1b7f2f056278f0 (diff) | |
| download | gitlab-ce-replace-cs-guide-by-js-guide-in-contributing.tar.gz | |
Replace CoffeeScript style guide by JavaScript style guidereplace-cs-guide-by-js-guide-in-contributing
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14ff05c9aa3..53f27a3cc2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -460,7 +460,7 @@ merge request: - string literal quoting style **Option A**: single quoted by default 1. [Rails](https://github.com/bbatsov/rails-style-guide) 1. [Testing](doc/development/testing.md) -1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style/coffeescript) +1. [JavaScript](https://github.com/thoughtbot/guides/tree/master/style/javascript) 1. [SCSS styleguide][scss-styleguide] 1. [Shell commands](doc/development/shell_commands.md) created by GitLab contributors to enhance security |
