-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(codeowners): re-added appropriate names
- Loading branch information
1 parent
434dea9
commit f80d87c
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- prettier-ignore-start --> | ||
# Default to system one design and one dev | ||
|
||
* @carbon-design-system/developers-system @carbon-design-system/design | ||
|
||
# Luke Firth is the code owner for Experimental IoT patterns | ||
|
||
src/pages/community/patterns/login-pattern/\* @lukefirth | ||
|
||
# Eliad Moosavi and Natasha Decoste are the code owners for Data Visualization | ||
|
||
src/pages/data-visualization/\* @theiliad @natashadecoste | ||
|
||
# Zvonimir Fras for Angular tutorial | ||
|
||
/src/pages/tutorial/angular/\* @zvonimirfras | ||
|
||
# Lee Chase for Vue tutorial | ||
|
||
/src/pages/tutorial/vue/\* @lee-chase | ||
|
||
<!-- prettier-ignore-end --> |