mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
23 lines
722 B
Plaintext
23 lines
722 B
Plaintext
# Code Owners
|
|
#
|
|
# Documents responsible people per component.
|
|
# Listed persons will automatically be asked by GitHub to review a PR touching these paths.
|
|
# If multiple names are listed, a review by any of them is considered sufficient by default.
|
|
|
|
/.github/ @Kha @semorrison
|
|
/RELEASES.md @semorrison
|
|
/src/Init/IO.lean @joehendrix
|
|
/src/kernel/ @leodemoura
|
|
/src/lake/ @tydeu
|
|
/src/Lean/Compiler/ @leodemoura
|
|
/src/Lean/Data/Lsp/ @mhuisi
|
|
/src/Lean/Elab/Deriving/ @semorrison
|
|
/src/Lean/Elab/Tactic/ @semorrison
|
|
/src/Lean/Meta/Tactic/ @leodemoura
|
|
/src/Lean/Parser/ @Kha
|
|
/src/Lean/PrettyPrinter/ @Kha
|
|
/src/Lean/PrettyPrinter/Delaborator/ @kmill
|
|
/src/Lean/Server/ @mhuisi
|
|
/src/Lean/Widget/ @Vtec234
|
|
/src/runtime/io.cpp @joehendrix
|