From 40538471b6da4d085da23d0dbb0adebb0da795c3 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 5 May 2020 15:02:40 +0200 Subject: [PATCH] Add CODEOWNERS file to manage commit rights (#32) Add a GitHub CODEOWNERS file to support disaggregating commit rights. Allows the Committer process in the Community Membership docs to be implemented. Signed-off-by: Daniel Farrell --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..27b1209 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @mangelajo @tpantelis @Oats87