diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..69bd18e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,49 @@ +# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ +# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ +# $$ Code Owners $$ +# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ +# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ +# +# The configuration for Code Owners for graycoreio/magento2-devcontainer. +# +# For more info see: https://help.github.com/articles/about-codeowners/ +# + + +# ================================================ +# Concepts +# ================================================ +# +# A CodeOwner should only review what they are comfortable reviewing. If you're not comfortable, say something. +# It is a CodeOwners responsibility to only accept the changes that they understand and deem necessary. +# The CodeOwners have final say on whether or not code is accepted. +# If multiple CodeOwners are listed, ALL code owners must approve the PR prior to merge. +# CodeOwners work in conjunction with Github's "Number of Required Approvals (1)" requirement. + + + +# ================================================ +# GitHub username registry +# ================================================ + +# damienwebdev - Damien Retzinger + + +###################################################################################################### +# +# CODEOWNERS rules +# ----------------- +# +# All the following rules are applied in the order specified in this file. +# The last rule that matches wins! +# +# See https://git-scm.com/docs/gitignore#_pattern_format for pattern syntax docs. +# +###################################################################################################### + + +# ================================================ +# Default Owners +# ================================================ + +* @damienwebdev \ No newline at end of file