Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CODEOWNERS → .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# Any CODEOWNERS file modifications must be approved by repository owner.
/.github/CODEOWNERS @dkrupp

# These owners will be the default owners for everything in the repo.
* @bruntib @Vodorok
* @bruntib

# Documentations.
/docs @dkrupp
/docs @bruntib @dkrupp

# Frontend.
/web/server/vue-cli @gulyasgergely902
/web/server/vue-cli @bruntib @gulyasgergely902

# Any CODEOWNERS file modifications must be approved by repository owner.
/.github/CODEOWNERS @dkrupp
Loading