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