-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
CODEOWNERS
Validating CODEOWNERS rules...
70 lines (60 loc) · 4.42 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
# In the format of:
# FILE @PRIMARY_OWNER ...@SECONDARY_OWNERS
# Order of precendence is top-to-bottom. The last line to match a file will assign the codeowners
# Deliberately no catch-all so we know when we need to add something to this file
/.gitpod.Dockerfile @marcusroberts @ospencer
/.gitpod.yml @marcusroberts @ospencer
/README.md @ospencer @phated @peblair
/.vscode/ @phated @ospencer
/docs/ @ospencer @phated @peblair @marcusroberts @jozanza
/.github/workflows/ci.yml @phated @ospencer
/.github/workflows/docker-publish.yml @ospencer @phated
/.github/workflows/release.yml @phated @ospencer
/cli/.prettierignore @ospencer @phated @jozanza
/cli/.prettierrc.json @ospencer @phated @jozanza
/cli/__test__/ @jozanza @phated @ospencer @peblair
/cli/bin/ @phated @ospencer @marcusroberts
/cli/package.json @phated @ospencer
/compiler/esy.lock/ @phated @ospencer
/compiler/dune-project @ospencer @phated
/compiler/dune-workspace @ospencer @phated
/compiler/dune @ospencer @phated
/compiler/src/dune @phated @ospencer
/compiler/test/ @ospencer @phated @peblair @alex-snezhko
/compiler/test/formatter_inputs @marcusroberts @phated @ospencer @alex-snezhko
/compiler/test/formatter_outputs @marcusroberts @phated @ospencer @alex-snezhko
/compiler/test/stdlib/ @ospencer @phated @peblair @marcusroberts @jozanza @alex-snezhko
/compiler/grainc/ @peblair @phated @ospencer @alex-snezhko
/compiler/graindoc/ @phated @marcusroberts @ospencer @alex-snezhko
/compiler/grainformat/ @marcusroberts @phated @ospencer @alex-snezhko
/compiler/grainlsp/ @marcusroberts @phated @ospencer @alex-snezhko
/compiler/src/codegen/ @ospencer @peblair @phated @alex-snezhko
/compiler/src/diagnostics/ @marcusroberts @ospencer @phated @alex-snezhko
/compiler/src/formatting/ @marcusroberts @phated @ospencer @alex-snezhko
/compiler/src/language_server/ @marcusroberts @ospencer @phated @alex-snezhko
/compiler/src/linking/ @ospencer @phated @peblair @alex-snezhko
/compiler/src/middle_end/ @ospencer @peblair @phated @alex-snezhko
/compiler/src/parsing/ @ospencer @peblair @phated @marcusroberts @alex-snezhko
/compiler/src/typed/ @ospencer @peblair @phated @alex-snezhko
/compiler/src/utils/ @phated @ospencer @marcusroberts @peblair @jozanza @alex-snezhko
/compiler/src/compile.re @ospencer @peblair @phated @alex-snezhko
/compiler/src/compile.rei @ospencer @peblair @phated @alex-snezhko
/compiler/esy.json @ospencer @phated
/compiler/package.json @ospencer @phated
/stdlib/ @ospencer @phated @peblair @marcusroberts @jozanza @alex-snezhko
/stdlib/runtime/ @ospencer @peblair @jozanza @phated @alex-snezhko
/stdlib/package.json @phated @ospencer
/stdlib/index.js @phated @ospencer
/stdlib/LICENSE @ospencer @peblair
/.gitattributes @phated @ospencer
/.gitignore @phated @ospencer
/CODE_OF_CONDUCT.md @ospencer @phated
/CONTRIBUTING.md @ospencer @peblair @phated @marcusroberts @jozanza @alex-snezhko
/.dockerignore @ospencer @peblair
/Dockerfile @ospencer @peblair @phated
/Dockerfile-slim @ospencer @peblair @phated
/.npmrc @phated @ospencer
/package-lock.json @phated @ospencer
/package.json @phated @ospencer
/release-please-config.json @phated @ospencer
/LICENSE @ospencer @peblair