Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-12-31 05:14:07 +0300
committerMike Lewis <mlewis@gitlab.com>2018-12-31 05:14:07 +0300
commit2d085e3fe6157e799b782be1968f30648a7ba19d (patch)
tree00e1e6d211a4334f577bbebf2bb4b109ffae4ac6 /doc
parente5d1512c54822088e9ace0d11bfebf82b426d2a9 (diff)
Rewording doc workflows index
Diffstat (limited to 'doc')
-rw-r--r--doc/development/documentation/workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/documentation/workflow.md b/doc/development/documentation/workflow.md
index 4ce93801b35..4128797ace1 100644
--- a/doc/development/documentation/workflow.md
+++ b/doc/development/documentation/workflow.md
@@ -6,5 +6,5 @@ description: Learn the processes for contributing to GitLab's documentation.
Documentation workflows at GitLab differ depending on the reason for the change. The two types of documentation changes are:
-- [Feature-Change Updates](feature-change-workflow.md) - The documentation is being created or updated as part of the development and release of a new or enhanced feature. This process involves the developer of the feature, along with the product manager and technical writer who are listed for the feature's [DevOps stage](https://about.gitlab.com/handbook/product/categories/#devops-stages). Typically, the necessary changes to documentation files are included as part of the new feature's merge request.
-- [Improvements](improvement-workflow.md) - The documentation is being created or updated to improve accuracy, completeness, ease of use, or any other improvement not related to a feature change. Anyone (and everyone) can contribute a merge request for this type of update.
+- [Feature-Change Updates](feature-change-workflow.md) - The documentation is being created or updated as part of the development and release of a new or enhanced feature. This process involves the developer of the feature, along with the product manager and technical writer who are listed for the feature's [DevOps stage](https://about.gitlab.com/handbook/product/categories/#devops-stages). The necessary changes to documentation files are included as part of the same merge request containing the feature's code.
+- [Improvements](improvement-workflow.md) - All documentation additions not associated with a feature release. Documentation is being created or updated to improve accuracy, completeness, ease of use, or any reason other than a feature change. Anyone (and everyone) can contribute a merge request for this type of update.