From e718ff1c722fca6b18fa1ea689723385e4ee2111 Mon Sep 17 00:00:00 2001 From: Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Sun, 24 Aug 2025 17:34:00 -0500 Subject: [PATCH] add CODEOWNERS file --- CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..3a776b9 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,12 @@ +# tobycui is the default owner for all files in this repository +* @tobychui + +# PassiveLemon is the docker maintainer +/docker @PassiveLemon + +# jemmy1794 maintains the stream proxy module +/src/mod/streamproxy @jemmy1794 + +# AnthonyMichaelTDM maintains the plugins module +/src/mod/plugins @AnthonyMichaelTDM +/example/plugins @AnthonyMichaelTDM