From bd031582d0febcd8835e209ba53bad67ebdb59cc Mon Sep 17 00:00:00 2001 From: lleyton Date: Sat, 3 Dec 2022 19:04:03 -0800 Subject: [PATCH 1/2] Add some base CODEOWNERS --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..00ddc8fae5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# Package maintainers +/anda/lib/libbismuth @lainsce +/anda/lib/libhelium @lainsce +/anda/others/tau-helium @lainsce +/anda/others/tau-hydrogen @lainsce + +/anda/tools/melody @lleyton +/anda/go/curlie @lleyton From ff848c483d3eff09ec1237bb348d7e435312b2c6 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Sun, 4 Dec 2022 12:04:35 +0800 Subject: [PATCH 2/2] Update CODEOWNERS Signed-off-by: windowsboy111 --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 00ddc8fae5..42edd91f1c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,17 @@ +# Repository +/.github @lleyton +/.devcontainer @lleyton +/.gitignore @windowsboy111 +/CODE_OF_CONDUCT.md @lleyton +/CONTRIBUTING.md @lleyton +/LICENSE @lleyton +/README.md @windowsboy111 +/SECURITY.md @lleyton +/anda.hcl @lleyton +/comps.xml @lleyton +/requirements.txt @windowsboy111 +/update.sh @windowsboy111 + # Package maintainers /anda/lib/libbismuth @lainsce /anda/lib/libhelium @lainsce