diff options
author | Mike Lewis <mlewis@gitlab.com> | 2018-12-31 17:42:05 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2018-12-31 17:42:05 +0000 |
commit | 58e4281477ffdcf5bbdff86c5f3151fa81b19e32 (patch) | |
tree | ba7bf8789e5c0e3c491fc5efbf80f670052b3e4a /doc/development/documentation/styleguide.md | |
parent | bfc67c3ef447daf694df243e13f130240a39447b (diff) | |
download | gitlab-ce-58e4281477ffdcf5bbdff86c5f3151fa81b19e32.tar.gz |
Another addition formerly in the template
Diffstat (limited to 'doc/development/documentation/styleguide.md')
-rw-r--r-- | doc/development/documentation/styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index 0b49af18885..62c4d5a685c 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -67,7 +67,7 @@ a logical reason not to (for example, when mirroring the UI or an ordered sequen - Use inclusive language and avoid jargon, as well as uncommon words. The docs should be clear and easy to understand. - Write in the 3rd person (use "we", "you", "us", "one", instead of "I" or "me"). -- Be brief and clear. +- Be clear, concise, and stick to the goal of the doc. - Write in US English. - Capitalize "G" and "L" in GitLab. - Use title case when referring to [features](https://about.gitlab.com/features/) or |