freeCodeCamp/.github/CODEOWNERS

30 lines
910 B
Plaintext
Raw Normal View History

# -------------------------------------------------
# CODEOWNERS - For automated review request for
2018-12-01 13:07:11 +00:00
# high impact files.
#
# Important: The order in this file cascades.
#
# https://help.github.com/articles/about-codeowners
# -------------------------------------------------
# -------------------------------------------------
2020-10-12 09:30:40 +00:00
# All files except a few here are owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
* @freecodecamp/dev-team
2018-10-20 20:25:06 +00:00
*.md
2020-10-12 09:30:40 +00:00
package.json
package-lock.json
2018-10-20 20:18:42 +00:00
# -------------------------------------------------
2018-10-20 19:29:41 +00:00
# All files in the root are owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
/* @freecodecamp/dev-team
2020-10-01 22:35:18 +00:00
# -------------------------------------------------
# Critical files that need attention from Staff
# -------------------------------------------------
/README.md @freeCodeCamp/Staff
/config/motivational-quotes.json @freeCodeCamp/Staff