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 22:20:35 +0300
committerMike Lewis <mlewis@gitlab.com>2018-12-31 22:20:35 +0300
commit7879c33197f46d5e5eefbe194e344f9022e2fd90 (patch)
tree77aeadc15b7c310e486eef06208003ac1f2b78a2 /doc
parentf41248b3593ec1dcbe447d4a45b08938e8a169ef (diff)
Refine workflow wording and names
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 4128797ace1..7c32c92b147 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). 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.
+- [Feature-change documentation workflow](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 (who includes new/updated documentation files as part of the same merge request containing the feature's code) and also involves the product manager and technical writer who are listed for the feature's [DevOps stage](https://about.gitlab.com/handbook/product/categories/#devops-stages).
+- [Documentation improvement workflow](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 change at any time.