From e4d83dfc6aa4ce527f3d9b77926bcd1d34a5ae00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:54:02 +0100 Subject: [PATCH] Add CODEOWNERS (#116) --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b25e618a --- /dev/null +++ b/.github/CODEOWNERS @@ -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