summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-13 18:44:52 +0200
committerRémy Coutable <remy@rymai.me>2016-10-13 18:44:52 +0200
commitb2c771f45261e1484158d1304cd898e866002f07 (patch)
tree1ecdda0ea9d2d300954afa3ab8bc2c7af3adc56c /doc/development/README.md
parent626d5e555a5634abd4ab61cf942c36025aed60f4 (diff)
downloadgitlab-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.md2
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