diff options
author | Evan Read <eread@gitlab.com> | 2019-01-21 09:58:07 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-05-02 09:49:52 +1000 |
commit | f7be93a871b7050f1a88df6cf74a032c684f4f01 (patch) | |
tree | 3630d6dcdafeb676159b6ff6f4b2e5f6f2b519cf | |
parent | 5d4c926d22292c4de8550a5ebcdb554c5f62a24f (diff) | |
download | gitlab-ce-f7be93a871b7050f1a88df6cf74a032c684f4f01.tar.gz |
Adjust guidance based on feedback
-rw-r--r-- | doc/development/documentation/styleguide.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index 445f62b8d1a..19dd5b1153e 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -639,13 +639,14 @@ a helpful link back to how the feature was developed. ### Removing version text Over time, version text will reference a progressively older version of GitLab. In cases where version text -refers to versions of GitLab more than two major versions back, consider removing the text. +refers to versions of GitLab more than four major versions back, consider removing the text. -For example, if the current major version is 11.x, version text referencing versions of GitLab 9.x +For example, if the current major version is 11.x, version text referencing versions of GitLab 7.x and older are candidates for removal. NOTE: **Note:** This guidance applies to any text that mentions a GitLab version, not just "Introduced in... " text. +Other text includes deprecation notices and version-specific how-to information. ## Product badges |