chore(github): add a codeowners file for dev team

This commit is contained in:
mrugesh mohapatra
2018-10-13 22:59:15 +05:30
parent 13b745863c
commit 5fab70b767

29
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,29 @@
# -------------------------------------------------
# CODEOWNERS - For automated review request for
# high impact files
#
# Important: The order in this file cascades.
# So, @camperbot > dev/null
#
# https://help.github.com/articles/about-codeowners
# -------------------------------------------------
# -------------------------------------------------
# All files except markdown is owned by dev team
# -------------------------------------------------
* @freecodecamp/dev
*.md @camperbot
# -------------------------------------------------
# All files in the root including markdown is owned
# by dev team
# -------------------------------------------------
/* @freecodecamp/dev
# -------------------------------------------------
# All files in root of docs is owned by dev team
# -------------------------------------------------
/docs/* @freecodecamp/dev