freeCodeCamp/.github/CODEOWNERS

56 lines
1.6 KiB
Plaintext
Raw Permalink 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
# -------------------------------------------------
# -------------------------------------------------
# All files are owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
* @freecodecamp/dev-team
# --- Owned by none (negate rule above) ---
2018-10-20 20:25:06 +00:00
*.md
2020-10-12 09:30:40 +00:00
package.json
pnpm-lock.yaml
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
# --- Owned by none (negate rule above) ---
/package.json
/pnpm-lock.yaml
# -------------------------------------------------
# Files that need attention from Curriculum team
# -------------------------------------------------
/curriculum/challenges/_meta/* @freecodecamp/curriculum
/curriculum/challenges/english/* @freecodecamp/curriculum
2020-10-01 22:35:18 +00:00
# -------------------------------------------------
# Files that need attention from Staff
2020-10-01 22:35:18 +00:00
# -------------------------------------------------
# README, LICENSE, etc.
/*.md @freeCodeCamp/staff
# i18n Quotes
**/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n
# -------------------------------------------------
# Files that need attention from the mobile team
# -------------------------------------------------
/curriculum/schema/challenge-schema.js @freeCodeCamp/dev-team @freeCodeCamp/mobile
/client/src/redux/prop-types.ts @freeCodeCamp/dev-team @freeCodeCamp/mobile