-
Notifications
You must be signed in to change notification settings - Fork 946
/
CODEOWNERS
Validating CODEOWNERS rules...
124 lines (100 loc) · 2.96 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#####################################################
#
# List of approvers for Hippy
#
#####################################################
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#
# universal files
* @ilikethese @etkmao
# cmake related
*.cmake @ilikethese @etkmao
CMakeLists.txt @ilikethese @etkmao
# driver: js
/driver/js/ @etkmao @ilikethese
/driver/js/*.js @zealotchen0
/driver/js/.eslintignore @zealotchen0
/driver/js/.eslintrc.js @zealotchen0
/driver/js/.nycrc @zealotchen0
/driver/js/tsconfig.json @zealotchen0
/driver/js/tsdoc.json @zealotchen0
/driver/js/lerna.json @zealotchen0
/driver/js/package.json @zealotchen0
/driver/js/package-lock.json @zealotchen0
/driver/js/examples/ @zealotchen0
/driver/js/scripts/ @zealotchen0
/driver/js/packages/ @zealotchen0
# driver: vl:
/driver/vl/ @ilikethese @etkmao
# framework: android
/framework/android/ @siguangli @iPel
/framework/android/**/src/main/cpp/ @etkmao @ilikethese
# framework: ios
/framework/ios/ @wwwcg @ruifanyuan
# framework: voltron
/framework/voltron/ @lvfen @henryjin0511
# dom: others
/dom/ @etkmao @ilikethese
# renderer: native
/renderer/native/android/ @siguangli @iPel
/renderer/native/ios/ @wwwcg @ruifanyuan
# renderer: tdf
/renderer/tdf/ @vimerzhao
/renderer/tdf/android/ @siguangli @iPel
/renderer/tdf/android/**/src/main/cpp/ @ilikethese @etkmao
/renderer/tdf/ios/ @wwwcg @ruifanyuan
# renderer: voltron
/renderer/voltron/ @lvfen @henryjin0511
# module: vfs
/modules/vfs/ @etkmao @ilikethese
/modules/vfs/android/ @siguangli @iPel
/modules/vfs/android/**/src/main/cpp/ @etkmao @ilikethese
/modules/vfs/ios/ @wwwcg @ruifanyuan
/modules/vfs/voltron/ @lvfen @henryjin0511
# module: voltron
/modules/voltron/ @lvfen @henryjin0511
# module: android
/modules/android/ @siguangli @iPel
/modules/android/jni/ @etkmao @ilikethese
# module: ios
/modules/ios/ @wwwcg @ruifanyuan
# module: footstone
/modules/footstone/ @etkmao @ilikethese
# devtools: backend
/devtools/ @lavnFan
# gh: config
/.github/ @zealotchen0
# doc: example
/framework/examples/android-demo/ @siguangli @iPel
/framework/examples/android-demo/res/ @zealotchen0
/framework/examples/ios-demo/ @wwwcg @ruifanyuan
/framework/examples/ios-demo/res/ @zealotchen0
/framework/examples/voltron-demo/ @henryjin0511
# doc: pages
/*.md @zealotchen0
/docs/ @zealotchen0
# build: gradle
/gradle.properties @siguangli @iPel
/gradlew @siguangli @iPel
/gradlew.bat @siguangli @iPel
/settings.gradle @siguangli @iPel
/build.gradle @siguangli @iPel
/gradle/ @siguangli @iPel
# build: xcode
/HippySDK.xcworkspace/ @wwwcg @ruifanyuan
/hippy.podspec @wwwcg @ruifanyuan
/xcodeinitscript.sh @wwwcg @ruifanyuan
# build: config
/buildconfig/ @ilikethese @etkmao
# build: ci
/package.json @zealotchen0
/package-lock.json @zealotchen0
/commitlint.config.js @zealotchen0
/.editorconfig @zealotchen0
/.gitattributes @zealotchen0
/.gitignore @zealotchen0
/.markdownlintrc.json @zealotchen0
/PUBLISH.md @zealotchen0
/README.md @zealotchen0