diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..e87a705e10 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# General owner is the maintainers team +* @SchrodingersGat + +# plugins are co-owned +/InvenTree/plugin/ @SchrodingersGat @matmair +/InvenTree/plugins/ @SchrodingersGat @matmair