chore(tech-debt): codeowners rules (#24350)

This commit is contained in:
Sean Perkins
2021-12-10 12:21:27 -05:00
committed by GitHub
parent 1bfac52331
commit 24b4ff0d1c

32
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,32 @@
# 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.
# Dependencies:
package.json @ionic-team/framework-core
# Routing / Routing Integration:
packages/react-router/** @ionic-team/framework-core
packages/vue-router/** @ionic-team/framework-core
packages/react/src/routing/** @ionic-team/framework-core
packages/vue/src/components/IonRouterOutlet.ts @ionic-team/framework-core
angular/src/providers/nav-controller.ts @ionic-team/framework-core
angular/src/directives/navigation/** @ionic-team/framework-core
core/src/components/route/** @ionic-team/framework-core
core/src/components/router/** @ionic-team/framework-core
core/src/components/router-link/** @ionic-team/framework-core
core/src/components/router-outlet/** @ionic-team/framework-core