From 3f86ebf8ceec0206af9af0da8c277aa7f81aac52 Mon Sep 17 00:00:00 2001
From: Arihant <arihantar@gmail.com>
Date: Wed, 11 Jan 2023 20:57:52 +0000
Subject: [PATCH] Revise for clarity and style

Slightly more active verbs here.
---
 doc/user/project/protected_branches.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md
index ab97ff08123a..b0754e743149 100644
--- a/doc/user/project/protected_branches.md
+++ b/doc/user/project/protected_branches.md
@@ -38,6 +38,8 @@ Administrators can set a default branch protection level in the
 Prerequisite:
 
 - You must have at least the Maintainer role.
+- When granting a group **Allowed to merge** or **Allowed to push** permissions
+  on a protected branch, the group must be added to the project.
 
 To protect a branch:
 
-- 
GitLab