diff options
author | Rémy Coutable <remy@rymai.me> | 2016-10-13 18:44:52 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-13 18:44:52 +0200 |
commit | b2c771f45261e1484158d1304cd898e866002f07 (patch) | |
tree | 1ecdda0ea9d2d300954afa3ab8bc2c7af3adc56c /doc/development/README.md | |
parent | 626d5e555a5634abd4ab61cf942c36025aed60f4 (diff) | |
download | gitlab-ce-b2c771f45261e1484158d1304cd898e866002f07.tar.gz |
Add an API styleguide
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 9706cb1de7f..630fe64cee6 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -8,6 +8,8 @@ ## Styleguides +- [API styleguide](api_styleguide.md) Use this styleguide if you are + contributing to the API. - [Documentation styleguide](doc_styleguide.md) Use this styleguide if you are contributing to documentation. - [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations |