### Docs: CodeOwners Overview ###
Full article: https://youtrack.jetbrains.com/articles/PAT-A-102

CodeOwners (https://codeowners.labs.jb.gg/) is a service to ease managing OWNERSHIP in repositories.

The main idea is to allow defining:
- Owners – groups of people, teams
- Owned artifacts – files in the repository owned by the *Owner*

This decouples into dimensions:
- Owners – represented as *Groups defined in the https://codeowners.labs.jb.gg/ service
- Owned artifacts – defined using *OWNERSHIP files* located in the repository, the files reference the *Groups*

## Typical workflow ##

- Create a group in the https://codeowners.labs.jb.gg/ service
- Define what is owned by this group creating OWNERSHIP files in the repository

