There was an error while loading. Please reload this page.
2 parents 28ede48 + e02d9a5 commit 995eec3Copy full SHA for 995eec3
1 file changed
.github/CODEOWNERS
@@ -1,9 +1,12 @@
1
# Every PR gets a review from an internal Expensify engineer
2
* @Expensify/pullerbear
3
4
+# PRs that touch the front end source code, get an additional review from the product-pr team
5
+src/ @Expensify/product-pr @Expensify/pullerbear
6
+
7
# PRs that touch the front end style or assets, get an additional review from the Design team
-src/styles/ @Expensify/design @Expensify/pullerbear
-assets/ @Expensify/design @Expensify/pullerbear
8
+src/styles/ @Expensify/design @Expensify/product-pr @Expensify/pullerbear
9
+assets/ @Expensify/design @Expensify/product-pr @Expensify/pullerbear
10
11
# Philosophy docs are in their early stages and need to be reviewed by Tim to ensure they have consistent formatting and organization
12
contributingGuides/philosophies/ @tgolen
0 commit comments