From e9ef0f6643c853743506dcabaf09a171e9adf9b7 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Wed, 9 Oct 2024 19:46:41 +0900 Subject: [PATCH] .github: Set CODEOWNERS for the repo better code review --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..86fc487 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# It uses the same pattern rule for gitignore file +# https://git-scm.com/docs/gitignore#_pattern_format + +.github/** @corona10 +autoconf/** @erlend-aasland @corona10 +devcontainer/** @brettcannon