From ad787bff5da1c33d3394295d875d2228de527d34 Mon Sep 17 00:00:00 2001 From: Kfries63 Date: Mon, 12 Aug 2024 05:01:39 +0000 Subject: [PATCH] Add CODEOWNERS --- CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..26fe908 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,12 @@ +############################################################## +# +# List of approvers/reviewers for GO config package +# +############################################################## +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +# These owners will be the default owners for everything in the repo. +* @kfries63 \ No newline at end of file -- 2.43.0