OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/.github/CODEOWNERS

19 lines
412 B

# Frontend rules
*.js @opf/frontend
*.ts @opf/frontend
# Backend rules
/app/ @opf/backend
/config/ @opf/backend
/lib/ @opf/backend
/lib_static/ @opf/backend
/modules/ @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