diff options
author | Job van der Voort <job@gitlab.com> | 2015-06-09 06:59:23 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-06-09 06:59:23 +0000 |
commit | 4d6a338cc464a17538446ca4114b629f0600e9b1 (patch) | |
tree | b0a81feb4c1411712064682240e6b01ac7595e99 | |
parent | b637f849503db06f38812184aec398f2e4e29d09 (diff) | |
parent | 42201b150dd9bf117741d0fcc6f7ac09b3565c83 (diff) | |
download | gitlab-ce-4d6a338cc464a17538446ca4114b629f0600e9b1.tar.gz |
Merge branch 'master' into 'master'
Added line about adding docs in alphabetical order
I believe it's important to be organized when adding documentation, so whenever it applies, I believe documents should be added in alphabetical order.
See merge request !786
-rw-r--r-- | doc_styleguide.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc_styleguide.md b/doc_styleguide.md index 670af765f3a..db30a737f14 100644 --- a/doc_styleguide.md +++ b/doc_styleguide.md @@ -12,6 +12,7 @@ This styleguide recommends best practices to improve documentation and to keep i * Be brief and clear. +* Whenever it applies, add documents in alphabetical order. ## When adding images to a document |