diff --git a/doc/user/project/code_owners.md b/doc/user/project/code_owners.md index 5dca1af83c1ae0561e41aedb1b86d619c660ff73..3cdf3f48f8e6afe47310b0e2bda5f87001cbc534 100644 --- a/doc/user/project/code_owners.md +++ b/doc/user/project/code_owners.md @@ -45,7 +45,8 @@ Once set, Code Owners are displayed in merge requests widgets: Files can be specified using the same kind of patterns you would use in the `.gitignore` file followed by the `@username` or email of one or more users or by the `@name` of one or more groups that should -be owners of the file. +be owners of the file. Groups must be added as [members of the project](members/index.md), +or they will be ignored. The order in which the paths are defined is significant: the last pattern that matches a given path will be used to find the code