diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-14 21:06:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-14 21:06:30 +0000 |
commit | 565fa11a26c6824b1c6072d2dc5459979345ee57 (patch) | |
tree | 2668b631d925341e121c06b7b77cfe12954a015a /doc/development/documentation/styleguide.md | |
parent | 8c30d396c5a789080345303330069981aa06e4af (diff) | |
download | gitlab-ce-565fa11a26c6824b1c6072d2dc5459979345ee57.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/styleguide.md')
-rw-r--r-- | doc/development/documentation/styleguide.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index eb88ee933ff..988f82118cb 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -484,6 +484,9 @@ For other punctuation rules, please refer to the - Leave exactly one blank line before and after a heading. - Do not use links in headings. - Add the corresponding [product badge](#product-badges) according to the tier the feature belongs. +- Use sentence case in headings. Do not capitalize the words of the title, unless + it refers to a product feature. For example, capitalizing "issues" is acceptable in + `## What you can do with GitLab Issues`, but not in `## Closing multiple issues`. ## Links |