diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-06-20 14:13:03 +0100 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-06-20 14:13:03 +0100 |
commit | c4b185fb5a9dbcf097e28496fc19f048c4f0fdbf (patch) | |
tree | aedf18e20ad6910f3226bdaa526166a98f7c4411 /doc | |
parent | 25f90286f219f74ccb7a117ea760d036a7dadd1f (diff) | |
download | gitlab-ce-c4b185fb5a9dbcf097e28496fc19f048c4f0fdbf.tar.gz |
clarify what "methods" aredocs-styleguidelines-nav
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/documentation/styleguide.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index a0348120089..a315cfdc116 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -27,9 +27,10 @@ Check the GitLab handbook for the [writing styles guidelines](https://about.gitl - Capitalize "G" and "L" in GitLab - Use sentence case for titles, headings, labels, menu items, and buttons. - Use title case when referring to [features](https://about.gitlab.com/features/) or -[products](https://about.gitlab.com/pricing/), and methods. Note that some -features are also objects (e.g. "Merge Requests" and "merge requests"). -E.g.: GitLab Runner, Geo, Issue Boards, Git, Prometheus, Continuous Integration. +[products](https://about.gitlab.com/pricing/) (e.g., GitLab Runner, Geo, +Issue Boards, GitLab Core, Git, Prometheus, Kubernetes, etc), and methods or methodologies +(e.g., Continuous Integration, Continuous Deployment, Scrum, Agile, etc). Note that +some features are also objects (e.g. "Merge Requests" and "merge requests"). ## Formatting |