# GitHub CODEOWNERS. See:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Remember, the last match takes precedence.

# Global owner, used as a last resort.
*       @lengau

# Documentation owners
/docs/tutorial/ @medubelko @erinecon
/docs/  @medubelko @lengau

# Charm-tech owns templates unless they opt out of a review.
/charmcraft/templates/ @canonical/charm-tech

# Finally, all CODEOWNERS changes need to be approved by The Man, Himself.
/.github/CODEOWNERS     @sergiusens
