-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathCODEOWNERS
34 lines (26 loc) · 890 Bytes
/
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
# Apalache CODE CURATORS
# Curators are automatically tagged for PR review.
# Add your name after a .gitignore-style pattern bellow to
# volunteer to help curate the code matching the pattern.
# For syntax and configuration understood by GitHub, see
# https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# General application code
/tla-types/ @konnov @shonfeder @Kukovec
/tla-io/ @Kukovec @shonfeder
/mod-tool/ @shonfeder
/tla-assignments/ @Kukovec
/tla-pp/ @Kukovec
/tlair/ @Kukovec
/tla-bmcmt/ @rodrigo7491
# Build system and packaging
Makefile @shonfeder
*.sbt @shonfeder
/project/ @shonfeder
/bin/ @shonfeder
/mod-distribution/ @shonfeder
# DevEnv, CI, and git forge
/.github/ @shonfeder
.envrc @shonfeder
/test @shonfeder
.scalafmt.conf @shonfeder
flake.nix @shonfeder