mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00

Discussed with Sean and most of these codeowner directories should be reviewable by anyone on the team, so we don't want to block on a specific person. The exceptions are the gesture/input-shim directories due to the lack of documentation at the moment.
20 lines
602 B
Plaintext
20 lines
602 B
Plaintext
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# More details are here: https://help.github.com/articles/about-codeowners/
|
|
|
|
# The '*' pattern is global owners.
|
|
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
# The folders are ordered as follows:
|
|
|
|
# In each subsection folders are ordered first by depth, then alphabetically.
|
|
# This should make it easy to add new rules without breaking existing ones.
|
|
|
|
* @ionic-team/framework
|
|
|
|
# Utilities
|
|
|
|
/core/src/utils/gesture/ @liamdebeasi
|
|
/core/src/utils/input-shims/ @liamdebeasi
|