Add CODEOWNERS (#116)

This commit is contained in:
Håvard Gjøby Thom 2024-11-07 14:54:02 +01:00 committed by GitHub
parent d739d89caa
commit e4d83dfc6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,17 @@
#
# CODEOWNERS for ProxmoxVE
#
# Order is important; the last matching pattern takes the most
# precedence.
# Codeowners for specific folders and files
# Remember ending folders with /
# Set default reviewers
* @community-scripts/Contributor
# All changes in frontend
/frontend/ @community-scripts/Frontend-Dev