-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathCODEOWNERS
21 lines (17 loc) · 974 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
* @vtex/front-end @vtex/designers
# Component Specific Owners
# These lines are commented because we decided to stop requiring specific owners
# reviews, but we think it's a good idea to maintain these here, to serve as a
# guide to who you should seek for help.
# **/components/Collapsible/* @ericreis @cmdalbem
# **/components/DatePicker/* @ericreis @cmdalbem
# **/components/EXPERIMENTAL_Conditions/* @ericreis @ohmyguigs @cmdalbem
# **/components/EXPERIMENTAL_Select/* @thiagomurakami @ericreis
# **/components/FilterBar/* @ohmyguigs
# **/components/InputCurrency/* @ericreis
# **/components/Table/* @ohmyguigs @kevinch @ericreis
# **/components/Totalizer/* @kevinch