From 15881911afdd445b42c9a7313ec3dc4d85b79e9c Mon Sep 17 00:00:00 2001
From: Mike Jang <mjang@gitlab.com>
Date: Tue, 6 Apr 2021 14:46:35 +0000
Subject: [PATCH] Update UX entry in def of done

---
 doc/development/contributing/merge_request_workflow.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md
index d55adafa52f17..32b0ff4584766 100644
--- a/doc/development/contributing/merge_request_workflow.md
+++ b/doc/development/contributing/merge_request_workflow.md
@@ -249,7 +249,7 @@ requirements.
 1. [Black-box tests/end-to-end tests](../testing_guide/testing_levels.md#black-box-tests-at-the-system-level-aka-end-to-end-tests)
    added if required. Please contact [the quality team](https://about.gitlab.com/handbook/engineering/quality/#teams)
    with any questions.
-1. The User Experience (UX) for people not using the features isn't negatively affected.
+1. The new feature does not degrade the user experience of the product.
 
 ## Dependencies
 
-- 
GitLab