1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

add a basic CODEOWNERS file

Closes GH-8670
This commit is contained in:
Ben Ramsey
2022-05-31 16:32:31 -05:00
committed by Ilija Tovilo
parent bf8f06f67f
commit f89a67ea00

12
CODEOWNERS Normal file
View File

@@ -0,0 +1,12 @@
# The following volunteers have self-identified as subject matter experts
# or interested parties over a particular area of the php-src source code.
# While requesting a review from someone does not obligate that person to
# review a pull request, these reviewers might have valuable knowledge of
# the problem area and could aid in deciding whether a pull request is ready
# for merging.
#
# For more information, see the GitHub CODEOWNERS documentation:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
/ext/opcache @iluuu1994
/Zend @iluuu1994