mirror of
https://github.com/mdn/content.git
synced 2026-03-26 21:38:46 +00:00
47 lines
2.2 KiB
Plaintext
47 lines
2.2 KiB
Plaintext
# ----------------------------------------------------------------------------
|
|
# MDN Content CODEOWNERS
|
|
# ----------------------------------------------------------------------------
|
|
# Order is important. The last matching pattern takes precedence.
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# DEFAULT OWNERS
|
|
# ----------------------------------------------------------------------------
|
|
* @escattone @peterbe
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# DEFAULT ENGLISH CONTENT OWNER(S)
|
|
# ----------------------------------------------------------------------------
|
|
/files/en-us/ @chrisdavidmills
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# ENGLISH LEARNING CONTENT OWNER(S)
|
|
# ----------------------------------------------------------------------------
|
|
# /files/en-us/learn/ @TBD
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# ENGLISH JAVASCRIPT CONTENT OWNER(S)
|
|
# ----------------------------------------------------------------------------
|
|
# /files/en-us/web/javascript/ @TBD
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# ENGLISH CSS CONTENT OWNER(S)
|
|
# ----------------------------------------------------------------------------
|
|
# /files/en-us/web/css/ @TBD
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# ENGLISH HTML CONTENT OWNER(S)
|
|
# ----------------------------------------------------------------------------
|
|
# /files/en-us/web/html/ @TBD
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# CONTROL FILES OWNER(S)
|
|
# ----------------------------------------------------------------------------
|
|
# These should be the last matches in this file, since any pull request that
|
|
# tries to change any one or more of these files should be escalated to the
|
|
# owners specified here.
|
|
# ----------------------------------------------------------------------------
|
|
/.github/ @escattone @peterbe
|
|
/*.md @escattone @peterbe @chrisdavidmills
|
|
/* @escattone @peterbe
|