diff options
author | Rémy Coutable <remy@rymai.me> | 2018-10-10 13:19:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-10-10 13:19:43 +0000 |
commit | 1c51a6bed7e32c5379c475779288fc7f957093f8 (patch) | |
tree | 182fba64c9a688b1dac84a9ce84a8f603fc2453c | |
parent | 75723034cee27d387d7ac7edb88d1520bb3a6b7b (diff) | |
parent | 2850c97997d9d0f7c294571cf9851becb2692c21 (diff) | |
download | gitlab-ce-1c51a6bed7e32c5379c475779288fc7f957093f8.tar.gz |
Merge branch 'dimitrieh-master-patch-11276' into 'master'
Add in review specifics
See merge request gitlab-org/gitlab-ce!22242
-rw-r--r-- | doc/development/contributing/merge_request_workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md index a286e74908c..0d20e1a02dd 100644 --- a/doc/development/contributing/merge_request_workflow.md +++ b/doc/development/contributing/merge_request_workflow.md @@ -156,7 +156,7 @@ the feature you contribute through all of these steps. 1. Performance/scalability implications have been considered, addressed, and tested 1. [Documented][doc-guidelines] in the `/doc` directory 1. [Changelog entry added][changelog], if necessary -1. Reviewed and any concerns are addressed +1. Reviewed by UX/FE/BE and any concerns are addressed 1. Merged by a project maintainer 1. Added to the release blog article, if relevant 1. Added to [the website](https://gitlab.com/gitlab-com/www-gitlab-com/), if relevant |