Skip to content
Snippets Groups Projects
Unverified Commit bfaff52f authored by Amy Qualls's avatar Amy Qualls
Browse files

Remove unused images, shift to Mermaid

If merged, this work will replace the second of two icky old images
on this page with Mermaid graphs that we can actually REVISE.

Also deletes the unneeded images.
parent 4e4bf163
No related merge requests found
......@@ -83,7 +83,13 @@ The eligible Code Owners are:
You can [invite](members/share_project_with_groups.md) **Subgroup Y** to **Project A**
so that their members also become eligible Code Owners.
![Invite subgroup members to become eligible Code Owners](img/code_owners_invite_members_v13_4.png)
```mermaid
graph LR
A[Parent group X] -->|owns| B[Project A]
A -->|contains| C[Subgroup Y]
C -.->D{Invite to<br/>Project A?} -.->|Approvals can be<br/> required or optional| B
C -.->E{Add as Code Owners<br/>to Project A?} -.->|Approvals can only<br/>be optional| B
```
If you do not invite **Subgroup Y** to **Project A**, but make them Code Owners, their approval
of the merge request becomes optional.
......
doc/user/project/img/code_owners_invite_members_v13_4.png

53.9 KiB

doc/user/project/img/code_owners_members_v13_4.png

45.5 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment