From e877d758e9182e6178ff8766a082790abee6508f Mon Sep 17 00:00:00 2001 From: Samantha Ming Date: Wed, 11 Sep 2019 10:27:10 +0000 Subject: [PATCH] Update docs for non member unresolving resolved thread --- doc/user/discussions/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md index 6b748981106..a198d83fac5 100644 --- a/doc/user/discussions/index.md +++ b/doc/user/discussions/index.md @@ -36,6 +36,9 @@ Thread resolution helps keep track of progress during planning or code review. Every standard comment or thread in merge requests, commits, commit diffs, and snippets is initially displayed as unresolved. They can then be individually resolved by anyone with at least Developer access to the project or by the author of the change being reviewed. +If the thread has been resolved and a non-member unresolves their own response, +this will also unresolve the discussion thread. +If the non-member then resolves this same response, this will resolve the discussion thread. The need to resolve all standard comments or threads prevents you from forgetting to address feedback and lets you hide threads that are no longer relevant.