29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 15:43:43 +00:00
cms/.github/CODEOWNERS

59 lines
1.5 KiB
Plaintext
Raw Normal View History

2018-04-19 05:54:17 +00:00
# Custom Fields
administrator/components/com_fields/* @laoneo
components/com_fields/* @laoneo
plugins/content/fields/* @laoneo
plugins/editors-xtd/fields/* @laoneo
plugins/fields/* @laoneo
plugins/systems/fields/* @laoneo
# Smart Search
administrator/components/com_finder/* @hackwar
components/com_finder/* @hackwar
modules/mod_finder/* @hackwar
plugins/content/finder/* @hackwar
plugins/finder/* @hackwar
2018-04-19 05:54:17 +00:00
# CodeMirror
media/editors/codemirror/* @okonomiyaki3000
plugins/editors/codemirror/* @okonomiyaki3000
# Statistics Server
plugins/system/stats/* @mbabker @wilsonge
# Release Tools
build.xml @wilsonge
build/build.php @rdeutz @wilsonge
build/bump.php @rdeutz @wilsonge
build/deleted_file_check.php @rdeutz @wilsonge
2018-04-19 05:54:17 +00:00
# Core/Extension Install/Update Tools
administrator/components/com_joomlaupdate/* @rdeutz @wilsonge @zero-24
libraries/src/Installer/* @rdeutz @wilsonge @zero-24
libraries/src/Updater/* @rdeutz @wilsonge @zero-24
2018-04-19 05:54:17 +00:00
# Automated Testing
build/jenkins/* @rdeutz
build/travis/* @rdeutz
2018-04-19 05:54:17 +00:00
tests/codeception/* @rdeutz
tests/javascript/* @wilsonge @rdeutz
tests/unit/* @rdeutz
.appveyor.yml @rdeutz
2018-04-19 05:54:17 +00:00
.drone.yml @rdeutz
.hound.yml @wilsonge
.travis.yml @rdeutz
appveyor-phpunit.xml @rdeutz
2018-04-19 05:54:17 +00:00
codeception.yml @rdeutz
karma.conf.js @wilsonge @rdeutz
phpunit.xml.dist @rdeutz
2018-04-19 05:54:17 +00:00
RoboFile.dist.ini @rdeutz
RoboFile.php @rdeutz
travis-phpunit.xml @rdeutz
2018-04-19 05:54:17 +00:00
# Core JS
media/*/js/* @wilsonge
# CSP Tooling
plugins/system/httpheaders/* @zero-24
administrator/components/com_csp/* @zero-24
components/com_csp/* @zero-24