-
Notifications
You must be signed in to change notification settings - Fork 946
/
CODEOWNERS
Validating CODEOWNERS rules...
75 lines (62 loc) · 1.55 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
* @ilikethese @etkmao
# cmake related
*.cmake @ilikethese @etkmao
CMakeLists.txt @ilikethese @etkmao
# driver: js
/.eslintignore @zealotchen0
/.eslintrc.js @zealotchen0
/.nycrc @zealotchen0
/package.json @zealotchen0
/package-lock.json @zealotchen0
/ava.config.js @zealotchen0
/core/ @ilikethese @etkmao
/core/js/ @zealotchen0
/packages/ @zealotchen0
/packages/hippy-web-renderer/ @pba-cra @zealotchen0
# framework: android
/android/ @siguangli
/android/**/src/main/jni/ @ilikethese @etkmao
# framework: ios
/ios/ @wwwcg @ruifanyuan
# dom: layout
/layout/ @ilikethese
# gh: config
/.github/ @zealotchen0
# doc: example
/examples/ @zealotchen0
/examples/hippy-*-demo/ @zealotchen0
/examples/android-demo/ @siguangli
/examples/android-demo/res/ @zealotchen0
/examples/ios-demo/ @wwwcg @ruifanyuan
/examples/ios-demo/res/ @zealotchen0
/static/ @zealotchen0
# doc: pages
/*.md @zealotchen0
/docs/ @zealotchen0
# build: gradle
/gradle.properties @siguangli
/gradlew @siguangli
/gradlew.bat @siguangli
/settings.gradle @siguangli
/build.gradle @siguangli
/gradle/ @siguangli
# build: xcode
/hippy.podspec @wwwcg @ruifanyuan
/_Pods.xcodeproj/ @wwwcg @ruifanyuan
# build: config
/buildconfig/ @ilikethese @etkmao
# build: js
/tsdoc.json @zealotchen0
/tsconfig.json @zealotchen0
/lerna.json @zealotchen0
/scripts/ @zealotchen0