Add codeowners file

This commit is contained in:
Oliver Günther
2022-08-15 12:08:48 +02:00
parent ff566ea629
commit cec8fe92b4
+15
View File
@@ -0,0 +1,15 @@
# Frontend rules
*.js @opf/frontend
*.ts @opf/frontend
# Backend rules
*.rb @opf/backend
# docs rules
/docs/ @opf/doc-writers
# Tech doc rules
/docs/development @opf/tech-writers
/docs/installation-and-operations @opf/tech-writers
/docs/system-admin-guide @opf/tech-writers
/docs/api @opf/tech-writers @opf/backend