### Docs: Groups ###
Full article: https://youtrack.jetbrains.com/articles/PAT-A-108

The ownership is assigned to *groups*, not to individual people.
Groups are defined in https://codeowners.labs.jb.gg/ and are referenced from OWNERSHIP files by name.

## Group model ##

Important group fields:
- Name - the primary group identifier
- Aliases - historical names kept for backward compatibility. Avoid referencing them in OWNERSHIP files, prefer the primary name
- Attributes - arbitrary key-value pairs to carry additional information, e.g., the group's Slack channel
- Manager - the accountable person responsible for keeping the group healthy and maintained
- Members - effective *owners* of the code the group is assigned to
- Editors - additional people allowed to edit the group configuration, members, attributes
