Skip to content

Commit

Permalink
chore: add a CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 12, 2024
1 parent ee528bb commit c97aa24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.

# Replace the Starcraft team with your appropriate code owners.

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

# Documentation owners
/docs/ @medubelko @tigarmo

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

0 comments on commit c97aa24

Please sign in to comment.