-
Notifications
You must be signed in to change notification settings - Fork 946
/
CODEOWNERS
Validating CODEOWNERS rules...
75 lines (61 loc) · 1.4 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#####################################################
#
# List of approvers for Hippy
#
#####################################################
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#
# universal files
* @zoomchan-cxj
# cmake related
*.cmake @medns
CMakeLists.txt @medns
# driver: js
/.eslintignore @zoomchan-cxj
/.eslintrc.js @zoomchan-cxj
/.nycrc @zoomchan-cxj
/ava.config.js @zoomchan-cxj
/core/ @churchill-zhang
/core/js/ @zoomchan-cxj
/packages/ @zoomchan-cxj
# framework: android
/android/ @siguangli
/android/**/src/main/jni/ @churchill-zhang
# framework: ios
/ios/ @ozonelmy
# dom: layout
/layout/ @ilikethese
# gh: config
/.github/ @zoomchan-cxj
# doc: example
/examples/ @zoomchan-cxj
/examples/hippy-*-demo/ @zoomchan-cxj
/examples/android-demo/ @siguangli
/examples/android-demo/res/ @zoomchan-cxj
/examples/ios-demo/ @ozonelmy
/examples/ios-demo/res/ @zoomchan-cxj
/static/ @zoomchan-cxj
# doc: pages
/*.md @zoomchan-cxj
/docs/ @zoomchan-cxj
# build: gradle
/gradle.properties @siguangli
/gradlew @siguangli
/gradlew.bat @siguangli
/settings.gradle @siguangli
/build.gradle @siguangli
/gradle/ @siguangli
# build: xcode
/hippy.podspec
/Hippy.xcworkspace/ @ozonelmy
# build: config
/buildconfig/ @medns
# build: js
/tsdoc.json @zoomchan-cxj
/tsconfig.json @zoomchan-cxj
/lerna.json @zoomchan-cxj
/scripts/ @zoomchan-cxj
# build: docker
/docker/ @medns